CSS regression fix from Viper007Bond. fixes #3436

git-svn-id: http://svn.automattic.com/wordpress/trunk@4609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2006-12-05 11:46:24 +00:00
parent b9ccbfe603
commit 13d055385d
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,6 @@ input.disabled, textarea.disabled {
border-bottom: none; border-bottom: none;
margin: 0; margin: 0;
padding: 3px 2em 0 3em; padding: 3px 2em 0 3em;
height: 25px;
} }
#minisub { #minisub {
@ -527,6 +526,7 @@ input.disabled, textarea.disabled {
#submenu li { #submenu li {
line-height: 180%; line-height: 180%;
height: 25px;
} }