aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-10 22:17:37 -0700
committerJacob Thornton <[email protected]>2011-09-10 22:17:37 -0700
commitc40e0de3c1d837b2754f7717ebdc4a29c5f92cd8 (patch)
tree9f501ded45d3326bf58640c325b7e6cbfd0f2b54 /lib/forms.less
parent64176caa972fdf925fe244cdbf1d53d82da592f4 (diff)
parent536fe2c7437969ec64c14d6d790c5e7c684a6ccc (diff)
downloadbootstrap-c40e0de3c1d837b2754f7717ebdc4a29c5f92cd8.tar.xz
bootstrap-c40e0de3c1d837b2754f7717ebdc4a29c5f92cd8.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Conflicts: docs/index.html
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less47
1 files changed, 25 insertions, 22 deletions
diff --git a/lib/forms.less b/lib/forms.less
index 2ac43177e..2333718e0 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -343,31 +343,34 @@ textarea[readonly] {
display: block;
padding: 0;
width: 100%;
- label {
- display: block;
- float: none;
- width: auto;
- padding: 0;
- line-height: @baseline;
- text-align: left;
- white-space: normal;
- strong {
- color: @gray;
- }
- small {
- font-size: @basefont - 2;
- font-weight: normal;
- }
- }
- ul.inputs-list {
- margin-left: 25px;
- margin-bottom: 10px;
- padding-top: 0;
+ }
+ label {
+ display: block;
+ float: none;
+ width: auto;
+ padding: 0;
+ line-height: @baseline;
+ text-align: left;
+ white-space: normal;
+ strong {
+ color: @gray;
}
- &:first-child {
- padding-top: 5px;
+ small {
+ font-size: @basefont - 2;
+ font-weight: normal;
}
}
+ .inputs-list {
+ margin-left: 25px;
+ margin-bottom: 10px;
+ padding-top: 0;
+ }
+ &:first-child {
+ padding-top: 6px;
+ }
+ li + li {
+ padding-top: 2px;
+ }
input[type=radio],
input[type=checkbox] {
margin-bottom: 0;