diff options
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; } } |
