diff options
| author | Mark Otto <[email protected]> | 2013-01-16 23:33:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 23:33:26 -0800 |
| commit | f5352017814b45a62a614f92cc7c687391c51021 (patch) | |
| tree | bb2f3f0431180464e8eb98329e1995ba6ee66ca1 /docs/assets/css/docs.css | |
| parent | 6b193dc22d544d55100c6c0eb237a30b8eaf184b (diff) | |
| download | bootstrap-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.css | 11 |
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; } } |
