From f92b6e42665e0d3504341c61704cefcb1baa4ab3 Mon Sep 17 00:00:00 2001 From: emc3 Date: Wed, 17 Dec 2003 23:07:36 +0000 Subject: [PATCH] Modified CSS fix a little git-svn-id: http://svn.automattic.com/wordpress/trunk@622 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 61f0f2bc6..58f0a50ad 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 */ }