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 | |
| 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')
| -rw-r--r-- | docs/assets/css/docs.css | 6 | ||||
| -rw-r--r-- | docs/base-css.html | 9 |
2 files changed, 13 insertions, 2 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; } diff --git a/docs/base-css.html b/docs/base-css.html index 58d42c2b0..1ec808a39 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -795,9 +795,16 @@ Form states warning error success - --> +<div class="row"> + <div class="span4"> + <h3>Flexible markup and styles</h3> + <p>The best part about forms in Bootstrap is that all your inputs and controls look great no matter how you build them in your markup. No superfluous HTML is required, but we provide the patterns for those who require it.</p> + </div> +</div> + + <h2>Four types of forms</h2> <table class="bordered-table striped-table"> <thead> |
