diff options
| author | Mark Otto <[email protected]> | 2011-06-29 07:40:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 07:40:14 -0700 |
| commit | 5f818d3d22adfdd2db23dc373824a64baaebfac0 (patch) | |
| tree | 961ba86ae547c2cfe8bb8efb23a791960c9b2b80 /lib/forms.less | |
| parent | a878b83e69f069ed62fb1c9766dd17e90727f5fa (diff) | |
| download | bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.tar.xz bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.zip | |
bunch of small tweaks, fixed a typo
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/forms.less b/lib/forms.less index 76fd51c7a..275ada2ea 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -189,22 +189,6 @@ div.actions { .help-block { display: block; max-width: 600px; - h5, p, ol li { - color: @gray; - } - p, ol li { - font-size: 12px; - } - p { - margin-bottom: 0; - font-size: 12px; - line-height: @baseline; - color: @grayLight; - } - ol { - margin-bottom: 10px; - margin-left: 25px; - } } // Inline Fields (input fields that appear as inline objects @@ -285,7 +269,7 @@ ul.inputs-list { } small { font-size: 12px; - font-weight: normal !important; + font-weight: normal; } } ul.inputs-list { |
