diff options
| author | Mark Otto <[email protected]> | 2012-11-28 00:37:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 00:37:55 -0800 |
| commit | 942f9c5df4f731720cb28d126e9202ab21c28996 (patch) | |
| tree | 81c755f568780803e4afbef2c3a9c2af6e8bd431 /docs/assets/css/docs.css | |
| parent | 02097700e8ab24506dda5332778398119dc8b728 (diff) | |
| download | bootstrap-942f9c5df4f731720cb28d126e9202ab21c28996.tar.xz bootstrap-942f9c5df4f731720cb28d126e9202ab21c28996.zip | |
Fixes #6012: Updated docs sidenav media queries and reset width for exactly 980px
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index ff0ea557b..6e9bbb9be 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -867,6 +867,7 @@ form.bs-docs-example { /* When affixed, space properly */ .bs-docs-sidenav { top: 0; + width: 218px; margin-top: 30px; margin-right: 0; } @@ -874,7 +875,7 @@ form.bs-docs-example { /* Tablet to desktop ------------------------- */ -@media (min-width: 768px) and (max-width: 980px) { +@media (min-width: 768px) and (max-width: 979px) { /* Remove any padding from the body */ body { padding-top: 0; |
