aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-16 23:33:26 -0800
committerMark Otto <[email protected]>2013-01-16 23:33:26 -0800
commitf5352017814b45a62a614f92cc7c687391c51021 (patch)
treebb2f3f0431180464e8eb98329e1995ba6ee66ca1 /docs/assets/css/docs.css
parent6b193dc22d544d55100c6c0eb237a30b8eaf184b (diff)
downloadbootstrap-f5352017814b45a62a614f92cc7c687391c51021.tar.xz
bootstrap-f5352017814b45a62a614f92cc7c687391c51021.zip
improve navbar vars and fix side nav alignment
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 4e52cdf61..fc08e30da 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -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;
}
}