From e829001e5cb488a7708878b074205fc41e82fc82 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2012 12:28:20 -0800 Subject: attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there. --- lib/forms.less | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/forms.less') diff --git a/lib/forms.less b/lib/forms.less index be53c60cb..1f424abaa 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -107,7 +107,6 @@ input[type=file] { // Chrome on Linux and Mobile Safari need background-color select { width: 220px; // default input width + 10px of padding that doesn't get applied - padding: 0; vertical-align: middle; background-color: @white; } -- cgit v1.2.3