]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nav change to undo the top nav bold active state
authorMark Otto <markdotto@gmail.com>
Tue, 28 Jun 2011 19:39:58 +0000 (12:39 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 28 Jun 2011 19:39:58 +0000 (12:39 -0700)
bootstrap-1.0.0.css
bootstrap-1.0.0.min.css
lib/patterns.less

index feb36442ab43ccd139e02c12627561f451e73b02..f612922b54aea380bcdd88c2af671fecefeb2375 100644 (file)
@@ -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;
index 8424323a7369bd63d55a135ab730c288b54ebf31..401a5731b68a055c26e6792015fca4e63074df29 100644 (file)
@@ -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;}
index d9e0c6ca65e8efec87ea097d92c3d385ece1a20a..ba739c1f09ee5a8c743ad62f0e8e90e5060be8a4 100644 (file)
@@ -121,7 +121,6 @@ div.topbar {
       &.active a {
         background-color: #222;
         background-color: rgba(0,0,0,.5);
-        font-weight: bold;
       }
       // Vertical rule
       &.vr {