From 64bb4e2e4fe5a71b0a4b0ee4f9021aa2df1fc785 Mon Sep 17 00:00:00 2001 From: emc3 Date: Wed, 12 Nov 2003 17:50:56 +0000 Subject: [PATCH] Set padding:0 on body to improve display in Opera per http://wordpress.org/support/5/831#post-6 suggestion from Ben de Groot git-svn-id: http://svn.automattic.com/wordpress/trunk@547 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-layout.css b/wp-layout.css index 63c1706f2..bc6901c06 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -42,6 +42,7 @@ body { border-top: solid 3px #565; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; margin: 0; + padding: 0; background-color: white; color: black; }