diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 208450bb2a..4168954b02 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1,6 +1,11 @@ * html #poststuff { height: 100%; /* kill peekaboo bug in IE */ } + +/* This is the Holly Hack \*/ +* html .wrap { height: 1% } +/* For Win IE's eyes only */ + body { border: none; }