_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
This commit is contained in:
Takashi Irie 2012-03-20 19:50:05 +00:00
parent 7d63a28723
commit 18df2c463c
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}