1
0
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:
Mark Otto
2013-01-16 23:33:26 -08:00
parent 6b193dc22d
commit f535201781
4 changed files with 42 additions and 19 deletions

View File

@@ -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 {

View File

@@ -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;
}
}