diff options
| author | Mark Otto <[email protected]> | 2013-09-11 21:14:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 21:14:10 -0700 |
| commit | 291a23aa4fc62e7593d4471af2b438aa1017a86a (patch) | |
| tree | 69005a74159fc58949066b955e0b7a464579afe5 /assets/css | |
| parent | ba818bc4e3548c74f62d0217df0865d4c4bb5a72 (diff) | |
| download | bootstrap-291a23aa4fc62e7593d4471af2b438aa1017a86a.tar.xz bootstrap-291a23aa4fc62e7593d4471af2b438aa1017a86a.zip | |
Massive customizer audit and overhaul
I probably missed a few things and screwed up a few others, but this
takes the place of much of #9910. I haven't added many variables—that
should be reserved for v3.1—but I have rejiggered the layout, added
missing ones, corrected wrong values, etc.
/cc @cvrebert @juthilo @saas786
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/docs.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 5f41ce2e2..4c36e5717 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -1006,15 +1006,23 @@ h1[id] { .bs-customizer label { margin-top: 10px; font-weight: 500; - color: #444; + color: #555; } .bs-customizer h2 { margin-top: 0; margin-bottom: 5px; padding-top: 30px; } -.bs-customizer .bs-docs-section > h4 { +.bs-customizer h3 { + margin-bottom: 0; +} +.bs-customizer h4 { margin-top: 15px; + margin-bottom: 0; +} +.bs-customizer .bs-callout h4 { + margin-top: 0; /* lame, but due to specificity we have to duplicate */ + magin-bottom: 5px; } .bs-customizer input[type="text"] { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; @@ -1022,6 +1030,7 @@ h1[id] { } .bs-customizer .help-block { font-size: 12px; + margin-bottom: 5px; } /* For the variables, use regular weight */ |
