diff options
| author | Mark Otto <[email protected]> | 2013-07-26 11:17:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 11:17:48 -0700 |
| commit | 52e8aedb8e20673c49e1b390367abf026403b169 (patch) | |
| tree | 1d6f02b2f43c32869893a36248ac8bc52d1d3bc1 /assets/css/docs.css | |
| parent | e3af87967adb902aae341cbd6ec466893f787115 (diff) | |
| download | bootstrap-52e8aedb8e20673c49e1b390367abf026403b169.tar.xz bootstrap-52e8aedb8e20673c49e1b390367abf026403b169.zip | |
More customizer changes, and revert to placeholder layout
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 4a8373ad5..4d099a78f 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -130,7 +130,12 @@ body { .bs-customizer label { margin-top: 10px; font-weight: 500; - color: #555; + color: #444; +} +.bs-customizer h2 { + margin-top: 0; + margin-bottom: 5px; + padding-top: 30px; } .bs-customizer h4 { margin-top: 15px; @@ -138,6 +143,9 @@ body { .bs-customizer input[type="text"] { background-color: #fafafa; } +.bs-customizer .help-block { + font-size: 12px; +} .bs-customize-download { text-align: center; |
