diff options
| author | Mark Otto <[email protected]> | 2012-01-30 07:40:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 07:40:24 -0800 |
| commit | 9ba70796e2a25154689fa428d07018e877bbd6e4 (patch) | |
| tree | ce188632ca0d89435c2c48cf08137f0a4ab72953 /less/forms.less | |
| parent | 33a969dd0c47d1e79b8c671eb2942383bf71f49f (diff) | |
| download | bootstrap-9ba70796e2a25154689fa428d07018e877bbd6e4.tar.xz bootstrap-9ba70796e2a25154689fa428d07018e877bbd6e4.zip | |
remove top 5px padding from first inline radio/checkbox
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 131f8af55..d70d532e8 100644 --- a/less/forms.less +++ b/less/forms.less @@ -178,7 +178,7 @@ input[type="hidden"] { // But don't forget to remove their padding on first-child .controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child { - padding-top: 5px; // has to be padding because margin collaspes + padding-top: 0; } |
