diff options
| author | Mark Otto <[email protected]> | 2012-08-14 15:34:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 15:34:10 -0700 |
| commit | f933a41c7bb71e58a4c151389748b92c8a204a27 (patch) | |
| tree | f5b383bf6742a93ff3eb920d461a22b972fe534a /less/forms.less | |
| parent | 780636d955d5c121133de526ba72c1874f7c0337 (diff) | |
| download | bootstrap-f933a41c7bb71e58a4c151389748b92c8a204a27.tar.xz bootstrap-f933a41c7bb71e58a4c151389748b92c8a204a27.zip | |
remove bottom margin on radios and checkboxes
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 490b6bb91..02ea7a518 100644 --- a/less/forms.less +++ b/less/forms.less @@ -132,7 +132,7 @@ input[type="color"], // Position radios and checkboxes better input[type="radio"], input[type="checkbox"] { - margin: 4px 0; + margin: 4px 0 0; *margin-top: 0; /* IE7 */ margin-top: 1px \9; /* IE8-9 */ line-height: normal; |
