Fix theme and plugin editor styling for IE. Props mt. fixes #5950

git-svn-id: http://svn.automattic.com/wordpress/trunk@7044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-26 19:33:51 +00:00
parent 1eaf857f7b
commit 8cd7ff8b76
1 changed files with 4 additions and 0 deletions

View File

@ -38,3 +38,7 @@ padding: 6px;
margin: auto;
width: 98%;
}
form#template div {
width: 100%;
}