Fix IE8 line-height of title input. props ocean90, fixes #13890.

git-svn-id: https://develop.svn.wordpress.org/trunk@15255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-06-14 20:48:24 +00:00
parent 09f7a954bf
commit 42ee42dee0
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1790,6 +1790,7 @@ div.inside {
-webkit-border-radius: 6px;
border-radius: 6px;
font-size: 1.7em;
line-height: 100%;
width: 100%;
outline: none;
}