diff options
| author | Mark Otto <[email protected]> | 2012-01-15 11:33:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 11:33:30 -0800 |
| commit | 9f732e90d4e8f3a598a798fb8b29a4f59c0b7631 (patch) | |
| tree | 21b81bc6c10044793e81a1d262cce32b1aa1fb47 /bootstrap.css | |
| parent | fe160261e460903cae251de25eaf41f236bd051e (diff) | |
| download | bootstrap-9f732e90d4e8f3a598a798fb8b29a4f59c0b7631.tar.xz bootstrap-9f732e90d4e8f3a598a798fb8b29a4f59c0b7631.zip | |
make horizontal form labels map to default grid sizing
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/bootstrap.css b/bootstrap.css index c61c20987..a11fed895 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: Sun Jan 15 11:29:00 PST 2012 + * Date: Sun Jan 15 11:32:55 PST 2012 */ html, body { margin: 0; @@ -963,20 +963,17 @@ input::-webkit-input-placeholder { .control-group { margin-bottom: 18px; } -.control-group > label { - font-weight: bold; -} .form-horizontal .control-group > label { float: left; - width: 130px; + width: 120px; padding-top: 5px; text-align: right; } .form-horizontal .controls { - margin-left: 150px; + margin-left: 140px; } .form-horizontal .form-actions { - padding-left: 150px; + padding-left: 140px; } table { width: 100%; |
