2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03: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
+9 -2
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;
}
}