2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix docs for fluid layout, update topbar to fix active text color for links

This commit is contained in:
Mark Otto
2012-01-08 01:54:59 -08:00
parent b780034a65
commit 9daf1661c5
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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;