From c54c510d22e59068b2359cc0fdf2aac8348242f3 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 23 Dec 2005 02:52:11 +0000 Subject: [PATCH] Hack hack hack hack hack hack hack git-svn-id: https://develop.svn.wordpress.org/trunk@3344 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }