diff options
| author | Mark Otto <[email protected]> | 2011-09-10 21:05:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 21:05:23 -0700 |
| commit | 00b7dff3595d340be61894a0674800f8ed02b4ab (patch) | |
| tree | dd316a830389b86526c01ea8d26e8ed36cda8dd8 /lib/forms.less | |
| parent | 091402760903ed0f2393c09c315fd91e8b6579fe (diff) | |
| download | bootstrap-00b7dff3595d340be61894a0674800f8ed02b4ab.tar.xz bootstrap-00b7dff3595d340be61894a0674800f8ed02b4ab.zip | |
overhaul docs CSS since it was scalable, converted docs mastheads and footers to classes and HTML5 elements, add masthead to js docs page but make it slate so it looks cool and stands out
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 47 |
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; |
