diff options
| author | Mark Otto <[email protected]> | 2012-01-23 12:21:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-23 12:21:00 -0800 |
| commit | ff113acba88806380b995fba894d77b562ca0e0a (patch) | |
| tree | a56a0498ad12b2b041597522085d8929a7743d83 /bootstrap.css | |
| parent | ea8f5883fd58ff5e356944e4a93543c05abf2220 (diff) | |
| download | bootstrap-ff113acba88806380b995fba894d77b562ca0e0a.tar.xz bootstrap-ff113acba88806380b995fba894d77b562ca0e0a.zip | |
cut margin in half on default forms
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index fc0337f6d..6f2a8c751 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Mon Jan 23 11:35:22 PST 2012 + * Date: Mon Jan 23 12:20:49 PST 2012 */ article, aside, @@ -896,6 +896,9 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec display: inline-block; } .control-group { + margin-bottom: 9px; +} +.form-horizontal .control-group { margin-bottom: 18px; } .form-horizontal .control-group > label { |
