diff options
| author | Mark Otto <[email protected]> | 2014-06-26 02:49:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-26 02:49:21 -0700 |
| commit | 719ebd8239d3145c468d927971daf16802624968 (patch) | |
| tree | 8e7e9f5c273665556cf6773d6fda11f3a6236fce /docs/assets/css/_src/docs.css | |
| parent | 4dcdc08d89fa029c22fd7b51c61394f2c3405edc (diff) | |
| download | bootstrap-719ebd8239d3145c468d927971daf16802624968.tar.xz bootstrap-719ebd8239d3145c468d927971daf16802624968.zip | |
grunt
Diffstat (limited to 'docs/assets/css/_src/docs.css')
| -rw-r--r-- | docs/assets/css/_src/docs.css | 41 |
1 files changed, 30 insertions, 11 deletions
diff --git a/docs/assets/css/_src/docs.css b/docs/assets/css/_src/docs.css index 1bb81405d..f58c1e98e 100644 --- a/docs/assets/css/_src/docs.css +++ b/docs/assets/css/_src/docs.css @@ -466,16 +466,6 @@ body { margin-bottom: 15px; } -/* Featured sites */ -.bs-docs-featured-sites { - margin-right: -1px; - margin-left: -1px; -} -.bs-docs-featured-sites .col-sm-3 { - padding-right: 1px; - padding-left: 1px; -} - @media (min-width: 480px) { .bs-docs-featurette .img-responsive { margin-top: 30px; @@ -508,6 +498,36 @@ body { } } +/* Featured sites */ +.bs-docs-featured-sites { + margin-right: -1px; + margin-left: -1px; +} +.bs-docs-featured-sites .col-sm-3 { + padding-right: 1px; + padding-left: 1px; +} +.bs-docs-featured-sites .img-responsive { + margin-bottom: 15px; +} +@media (min-width: 480px) { + .bs-docs-featured-sites .img-responsive { + margin-bottom: 0; + } +} + +/* Example thumbnails */ +@media (max-width: 480px) { + .bs-examples { + margin-right: -10px; + margin-left: -10px; + } + .bs-examples > [class^="col-"] { + padding-right: 10px; + padding-left: 10px; + } +} + /* * Side navigation @@ -843,7 +863,6 @@ h1[id] { position: relative; padding: 45px 15px 15px; margin: 0 -15px 15px; - background-color: #fafafa; border-color: #e5e5e5 #eee #eee; border-style: solid; border-width: 1px 0; |
