diff options
| author | Mark Otto <[email protected]> | 2012-01-05 14:11:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 14:11:41 -0800 |
| commit | 23e5fc2133dd748ba4a7df52b598a24a2915811a (patch) | |
| tree | 189976f1c88f327a2906a5b2e69c14058caa615d /docs/assets/css/docs.css | |
| parent | 20add59de3f2b69aaa9c9b325dab20b13c75eaa1 (diff) | |
| download | bootstrap-23e5fc2133dd748ba4a7df52b598a24a2915811a.tar.xz bootstrap-23e5fc2133dd748ba4a7df52b598a24a2915811a.zip | |
Tweak the docs and address the new forms list of controls: radios and checkboxes are now hanging controls to wrap text properly
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a4573448f..9501ec5dc 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -36,7 +36,11 @@ body > .navbar-fixed .brand:hover { /* Space out sub-sections more -------------------------------------------------- */ .page-header { - margin-top: 36px; + margin: 36px 0 18px; + border-bottom: 1px solid #eee; +} +.page-header h1 { + margin-bottom: 9px; } |
