diff options
| author | Mark Otto <[email protected]> | 2015-08-05 16:21:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 16:21:28 -0700 |
| commit | daa21c36348308367d3616a1374363ebcaaeac0c (patch) | |
| tree | 148d4eb3e8105a37b20d22f4b65acb4b663438bd /docs/assets/css/docs.min.css | |
| parent | be3f8d9bcce6818d7f9430fa94f1d6869c62d00a (diff) | |
| download | bootstrap-daa21c36348308367d3616a1374363ebcaaeac0c.tar.xz bootstrap-daa21c36348308367d3616a1374363ebcaaeac0c.zip | |
start in on new headers
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 6db8e9d84..d4e07886f 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -5,7 +5,7 @@ * details, see http://creativecommons.org/licenses/by/3.0/. */ .bd-docs { - padding-top: 5rem; } + padding-top: 3.65rem; } .bd-container { position: relative; @@ -41,7 +41,23 @@ .bd-container > table td:first-child > code { white-space: nowrap; } -.bd-content > h2 { +.bd-pageheader { + margin-bottom: 3rem; + padding-top: 2rem; + padding-bottom: 2rem; + color: #cdbfe3; + background-color: #563d7c; } + .bd-pageheader h1 { + font-weight: normal; + color: #fff; } + @media (min-width: 34em) { + .bd-pageheader { + padding-top: 4rem; + padding-bottom: 4rem; } + .bd-pageheader .carbonad { + float: right; } } + +.bd-content > h2:not(:first-child) { margin-top: 3rem; } .bd-content > h3 { |
