diff options
| author | Mark Otto <[email protected]> | 2011-09-04 14:02:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-04 14:02:56 -0700 |
| commit | dfbb5919532b1dbe1868aadac6e2e95286cad969 (patch) | |
| tree | cadc6f5234b95863fcd02f130dbd3eb4b6e09612 /lib/forms.less | |
| parent | 7882f0f64b2d8985520361885a17b403f9eafbcd (diff) | |
| download | bootstrap-dfbb5919532b1dbe1868aadac6e2e95286cad969.tar.xz bootstrap-dfbb5919532b1dbe1868aadac6e2e95286cad969.zip | |
addng docs for the themes stuff and examples
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/forms.less b/lib/forms.less index 5f8a09693..99177138a 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -17,7 +17,7 @@ fieldset { legend { display: block; margin-left: 150px; - font-size: 20px; + font-size: @basefont * 1.5; line-height: 1; *margin: 0 0 5px 145px; /* IE6-7 */ *line-height: 1.5; /* IE6-7 */ @@ -69,7 +69,7 @@ select, width: 210px; height: @baseline; padding: 4px; - font-size: 13px; + font-size: @basefont; line-height: @baseline; color: @gray; border: 1px solid #ccc; @@ -253,7 +253,7 @@ textarea[readonly] { // Help Text .help-inline, .help-block { - font-size: 12px; + font-size: @basefont - 2; line-height: @baseline; color: @grayLight; } @@ -351,7 +351,7 @@ textarea[readonly] { color: @gray; } small { - font-size: 12px; + font-size: @basefont - 2; font-weight: normal; } } |
