diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 61f0f2bc64..58f0a50ad2 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -250,12 +250,11 @@ textarea, input, select { width: 6.5em; } -#postpassworddiv { - clear: both; -} - #poststuff { margin-right: 11em; +} + +* html #poststuff { height: 100%; /* kill peekaboo bug in IE */ }