diff options
| author | Mark Otto <[email protected]> | 2011-10-16 11:35:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 11:35:24 -0700 |
| commit | 6f44a90edbfc897082dd69630983391bf6e57ba7 (patch) | |
| tree | 7e77fa244780c87c552dc5cb2587c0f97ad8c96c /docs/assets/css | |
| parent | d1d38079589f2cda2b28cc9f5a3da86cbfabbf25 (diff) | |
| download | bootstrap-6f44a90edbfc897082dd69630983391bf6e57ba7.tar.xz bootstrap-6f44a90edbfc897082dd69630983391bf6e57ba7.zip | |
tweak line-height of h2 and h3 to not be gihugeous, updated responsive to improve tablet grid and phone styles
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 52714d199..fb7482edc 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -231,7 +231,7 @@ section > .row { .mini-layout .mini-layout-body { background-color: #dceaf4; margin: 0 auto; - width: 240px; + width: 70%; height: 240px; } .mini-layout.fluid .mini-layout-sidebar, @@ -241,11 +241,11 @@ section > .row { } .mini-layout.fluid .mini-layout-sidebar { background-color: #bbd8e9; - width: 90px; + width: 20%; height: 240px; } .mini-layout.fluid .mini-layout-body { - width: 300px; + width: 60%; margin-left: 10px; } @@ -328,23 +328,22 @@ pre.prettyprint { } +.browser-support { + max-width: 100%; +} + /* Responsive Docs -------------------------------------------------- */ - -/* Tablet to Medium Desktop -------------------------- */ +@media (max-width: 480px) { + .large-bird { + display: none; + } +} @media (min-width: 768px) and (max-width: 900px) { - .footer, .jumbotron { min-width: 748px; } - .jumbotron .inner h1, - .jumbotron .inner p { - margin-left: 40px; - margin-right: 40px; - } - } |
