2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +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
+2 -2
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Jan 8 01:50:02 PST 2012
* Date: Sun Jan 8 01:54:42 PST 2012
*/
html, body {
margin: 0;
@@ -1600,7 +1600,7 @@ i {
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .brand:hover, .navbar ul .active > a {
.navbar .brand:hover, .navbar .nav .active > a {
color: #ffffff;
text-decoration: none;
background-color: #333333;