diff options
| author | Mark Otto <[email protected]> | 2012-01-08 01:54:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 01:54:59 -0800 |
| commit | 9daf1661c5c9cce161e1981b484b7d7f04eac2e6 (patch) | |
| tree | 2b081df710f5583685d5ed59aef172d3a2303945 /lib | |
| parent | b780034a65faf99acffb2c5cea27a98883ddf819 (diff) | |
| download | bootstrap-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.less | 2 |
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; |
