fix docs for fluid layout, update topbar to fix active text color for links
This commit is contained in:
parent
b780034a65
commit
9daf1661c5
4 changed files with 7 additions and 7 deletions
4
bootstrap.css
vendored
4
bootstrap.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue