aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 22:44:35 -0700
committerMark Otto <[email protected]>2011-10-03 22:44:35 -0700
commit45c9b489eeaffd61429425c1c6b9b3e723bf0514 (patch)
treee1b54360d4f04f00514e55ce54e73888585f8756 /lib/forms.less
parent1b245ffdf8f4bdc8d5845ae86aa78569dfb03cad (diff)
downloadbootstrap-45c9b489eeaffd61429425c1c6b9b3e723bf0514.tar.xz
bootstrap-45c9b489eeaffd61429425c1c6b9b3e723bf0514.zip
scope the label back to the form element
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 7c9cc7c62..058d32832 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -40,7 +40,7 @@ textarea {
}
// Float labels left
-label {
+form label {
padding-top: 6px;
font-size: @basefont;
line-height: @baseline;