From: Mark Otto Date: Tue, 28 Jun 2011 19:39:58 +0000 (-0700) Subject: nav change to undo the top nav bold active state X-Git-Tag: v1.0.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3865e75ac27383b958df27b20281e4c5ce95ada;p=thirdparty%2Fbootstrap.git nav change to undo the top nav bold active state --- diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index feb36442ab..f612922b54 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -1260,7 +1260,6 @@ div.topbar ul li a:hover { div.topbar ul li.active a { background-color: #222; background-color: rgba(0, 0, 0, 0.5); - font-weight: bold; } div.topbar ul li.vr { border-left: 1px solid #008db8; diff --git a/bootstrap-1.0.0.min.css b/bootstrap-1.0.0.min.css index 8424323a73..401a5731b6 100644 --- a/bootstrap-1.0.0.min.css +++ b/bootstrap-1.0.0.min.css @@ -157,7 +157,7 @@ div.topbar form input:hover{background-color:#444;background-color:rgba(255, 255 div.topbar form input:focus,div.topbar form input.focused{outline:none;background-color:#fff;color:#404040;text-shadow:0 1px 0 #fff;border:0;padding:5px 10px;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);} div.topbar ul{display:block;float:left;margin:0 10px 0 0;}div.topbar ul.secondary-nav{float:right;margin-left:10px;margin-right:0;} div.topbar ul li{display:block;float:left;font-size:13px;}div.topbar ul li a{display:block;float:none;padding:10px 10px 11px;line-height:19px;text-decoration:none;}div.topbar ul li a:hover{color:#fff;text-decoration:none;} -div.topbar ul li.active a{background-color:#222;background-color:rgba(0, 0, 0, 0.5);font-weight:bold;} +div.topbar ul li.active a{background-color:#222;background-color:rgba(0, 0, 0, 0.5);} div.topbar ul li.vr{border-left:1px solid #008db8;border-right:1px solid #00a0d1;height:26px;margin:6px 3px 1px 3px;} div.topbar ul.primary-nav li ul{left:0;} div.topbar ul.secondary-nav li ul{right:0;} diff --git a/lib/patterns.less b/lib/patterns.less index d9e0c6ca65..ba739c1f09 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -121,7 +121,6 @@ div.topbar { &.active a { background-color: #222; background-color: rgba(0,0,0,.5); - font-weight: bold; } // Vertical rule &.vr {