mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
improve navbar vars and fix side nav alignment
This commit is contained in:
9
docs/assets/css/bootstrap.css
vendored
9
docs/assets/css/bootstrap.css
vendored
@@ -2979,11 +2979,16 @@ button.close {
|
||||
}
|
||||
|
||||
.navbar-inverse .brand {
|
||||
color: #fff;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.navbar-inverse .brand:hover {
|
||||
background-color: #333;
|
||||
color: #808080;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-text {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.navbar-inverse .nav > li > a {
|
||||
|
@@ -111,6 +111,13 @@ section > ul li {
|
||||
color: rgba(255,255,255,.25);
|
||||
}
|
||||
|
||||
/* Subhead (other docs pages)
|
||||
------------------------- */
|
||||
|
||||
.subhead {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Marketing section of Overview
|
||||
@@ -204,10 +211,10 @@ section > ul li {
|
||||
/* From here, start to affix the nav because we keep columns here */
|
||||
.bs-docs-sidenav.affix {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
top: 54px;
|
||||
}
|
||||
.bs-docs-sidenav {
|
||||
width: 189px;
|
||||
width: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user