From 9ba70796e2a25154689fa428d07018e877bbd6e4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 07:40:24 -0800 Subject: remove top 5px padding from first inline radio/checkbox --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') 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; } -- cgit v1.2.3