Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2011-06-28 23:39:58 +0400
committerMark Otto <markdotto@gmail.com>2011-06-28 23:39:58 +0400
commite3865e75ac27383b958df27b20281e4c5ce95ada (patch)
tree6219c03f6d51a68b57a8f3ed5fe45f6190d51d82
parent9660f6f18d610ee4b03c0e3bf2823393fc66640b (diff)
nav change to undo the top nav bold active state
-rw-r--r--bootstrap-1.0.0.css1
-rw-r--r--bootstrap-1.0.0.min.css2
-rw-r--r--lib/patterns.less1
3 files changed, 1 insertions, 3 deletions
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 {