aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-08 01:54:59 -0800
committerMark Otto <[email protected]>2012-01-08 01:54:59 -0800
commit9daf1661c5c9cce161e1981b484b7d7f04eac2e6 (patch)
tree2b081df710f5583685d5ed59aef172d3a2303945 /lib
parentb780034a65faf99acffb2c5cea27a98883ddf819 (diff)
downloadbootstrap-9daf1661c5c9cce161e1981b484b7d7f04eac2e6.tar.xz
bootstrap-9daf1661c5c9cce161e1981b484b7d7f04eac2e6.zip
fix docs for fluid layout, update topbar to fix active text color for links
Diffstat (limited to 'lib')
-rw-r--r--lib/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/navbar.less b/lib/navbar.less
index 8ee203307..70be434ba 100644
--- a/lib/navbar.less
+++ b/lib/navbar.less
@@ -21,7 +21,7 @@
.navbar {
// Hover and active states
.brand:hover,
- ul .active > a {
+ .nav .active > a {
color: @white;
text-decoration: none;
background-color: @navBarBgStart;