diff options
| author | Mark Otto <[email protected]> | 2012-01-31 14:29:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 14:29:44 -0800 |
| commit | 6cf79a5b8e13e8c1e2919da9e334cc6c9275ab9b (patch) | |
| tree | 431bbfe86f0ead618ebf63067f207baabfe04e5f /docs/assets/css/docs.css | |
| parent | 013de18e6bb0e37dfe39828478aeac20e2110b85 (diff) | |
| download | bootstrap-6cf79a5b8e13e8c1e2919da9e334cc6c9275ab9b.tar.xz bootstrap-6cf79a5b8e13e8c1e2919da9e334cc6c9275ab9b.zip | |
remove unused examples, update examples docs page, add starter template to examples, remove warning alert banner, add screenshots
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2e6da9c79..c3a6848d7 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -61,6 +61,7 @@ hr.soften { position: relative; } .jumbotron h1 { + margin-bottom: 9px; font-size: 81px; letter-spacing: -1px; line-height: 1; @@ -568,6 +569,13 @@ form.well { margin-left: 6px; } +/* Eaxmples page +------------------------- */ +.bootstrap-examples .thumbnail { + margin-bottom: 9px; + background-color: #fff; +} + /* Responsive Docs -------------------------------------------------- */ |
