diff options
| author | Mark Otto <[email protected]> | 2011-09-08 10:36:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 10:36:56 -0700 |
| commit | 1c03a075919681c398622bc36ca9f78b5f3c1737 (patch) | |
| tree | 97fd4820d5a9d67cf4c0c528daf99fedacd35149 /lib/forms.less | |
| parent | 1af96b9a58b0bbd27a705000ed1ce68b5af04b7f (diff) | |
| download | bootstrap-1c03a075919681c398622bc36ca9f78b5f3c1737.tar.xz bootstrap-1c03a075919681c398622bc36ca9f78b5f3c1737.zip | |
bump css to 1.3.0, update makefile to reflect that, update form css to prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 99177138a..0440e3c67 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -26,7 +26,7 @@ fieldset { } // Parent element that clears floats and wraps labels and fields together -.clearfix { +form .clearfix { margin-bottom: @baseline; } |
