diff options
| author | Mark Otto <[email protected]> | 2011-10-03 22:44:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 22:44:35 -0700 |
| commit | 45c9b489eeaffd61429425c1c6b9b3e723bf0514 (patch) | |
| tree | e1b54360d4f04f00514e55ce54e73888585f8756 /bootstrap.css | |
| parent | 1b245ffdf8f4bdc8d5845ae86aa78569dfb03cad (diff) | |
| download | bootstrap-45c9b489eeaffd61429425c1c6b9b3e723bf0514.tar.xz bootstrap-45c9b489eeaffd61429425c1c6b9b3e723bf0514.zip | |
scope the label back to the form element
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index bbbaac48a..9dc882c9b 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 Oct 3 22:36:24 PDT 2011 + * Date: Mon Oct 3 22:44:23 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -612,7 +612,7 @@ textarea { font-weight: normal; line-height: normal; } -label { +form label { padding-top: 6px; font-size: 13px; line-height: 18px; |
