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:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user