diff options
| author | Mark Otto <[email protected]> | 2012-06-05 17:16:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-05 17:16:17 -0700 |
| commit | 22918f8f92d29a12a42db4e357f3d439e41bad0a (patch) | |
| tree | 9be8e52d8ade7a3fbde1db1d2b29f28815a8932b /docs/assets/css | |
| parent | dd127611e12b9bab9d6da0c24532c5cd151108fd (diff) | |
| download | bootstrap-22918f8f92d29a12a42db4e357f3d439e41bad0a.tar.xz bootstrap-22918f8f92d29a12a42db4e357f3d439e41bad0a.zip | |
more tweaks to layouts and some docs styles
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index b694f107a..1df882799 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -23,6 +23,10 @@ li { line-height: 20px; } +.bs-docs-container { + max-width: 780px; + margin: 0 auto; +} /* Tweak navbar brand link to be super sleek -------------------------------------------------- */ @@ -64,16 +68,14 @@ hr.soften { } /* Table of contents */ -.bs-docs-content { +.bs-docs-contents { color: #999; } -.bs-docs-contents ol { - margin-top: 5px; - margin-bottom: 0; +.bs-docs-contents h3 { + } .bs-docs-contents li { line-height: 25px; - color: #999; } @@ -130,6 +132,7 @@ hr.soften { .subhead { padding-bottom: 0; margin-bottom: 9px; + border-bottom: 1px solid #ddd; } .subhead h1 { font-size: 54px; @@ -297,10 +300,10 @@ hr.soften { .footer { padding: 35px 0 36px; margin-top: 45px; + text-align: center; border-top: 1px solid #e5e5e5; } .footer p { - margin-bottom: 5px; color: #555; } @@ -696,7 +699,7 @@ form.well { ------------------------- */ .bs-docs-grid { width: 940px; - margin-left: -240px; + margin-left: -80px; } @@ -915,7 +918,7 @@ form.well { .bs-docs-grid { width: 1170px; - margin-left: -300px; + margin-left: -195px; } } |
