Skip to content

Commit 45c9b48

Browse files
committed
scope the label back to the form element
1 parent 1b245ff commit 45c9b48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Mon Oct 3 22:36:24 PDT 2011
9+
* Date: Mon Oct 3 22:44:23 PDT 2011
1010
*/
1111
/* Reset.less
1212
* 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 {
612612
font-weight: normal;
613613
line-height: normal;
614614
}
615-
label {
615+
form label {
616616
padding-top: 6px;
617617
font-size: 13px;
618618
line-height: 18px;

bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ textarea {
4040
}
4141

4242
// Float labels left
43-
label {
43+
form label {
4444
padding-top: 6px;
4545
font-size: @basefont;
4646
line-height: @baseline;

0 commit comments

Comments
 (0)