Allow submenu tabs to wrap. Props filosofo. fixes #3213

git-svn-id: http://svn.automattic.com/wordpress/trunk@4449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2006-11-06 08:33:49 +00:00
parent 92d006dac0
commit 66aab7b56d
1 changed files with 1 additions and 1 deletions

View File

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