From 291a23aa4fc62e7593d4471af2b438aa1017a86a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 11 Sep 2013 21:14:10 -0700 Subject: Massive customizer audit and overhaul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- assets/css/docs.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'assets/css/docs.css') 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 */ -- cgit v1.2.3