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

git-svn-id: https://develop.svn.wordpress.org/trunk@7044 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-26 19:33:51 +00:00
parent d65f40539b
commit 5500996730
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%;
}