From 18df2c463c967f07d6c90ab96eb9e3f8c0de878d Mon Sep 17 00:00:00 2001 From: Takashi Irie Date: Tue, 20 Mar 2012 19:50:05 +0000 Subject: [PATCH] _s: Removed line-height from button/submit type input because it makes too tall on browsers except Firefox which has a bug with line-height for the type git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9282 d957f892-c61d-0410-b221-f235e6eecf30 --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 2388de48..423c1c58 100644 --- a/style.css +++ b/style.css @@ -239,7 +239,6 @@ input[type="submit"] { -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */ font-size: 12px; font-size: 1.4rem; - line-height: 2; padding: 1.12em 1.5em .88em; text-shadow: 0 1px 0 rgba(255,255,255,.5); }