From 6dd2c848a5b28cafcb0c0c28efb0e62303fc888e Mon Sep 17 00:00:00 2001 From: Dougal Campbell 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: https://develop.svn.wordpress.org/trunk@547 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-layout.css b/wp-layout.css index 63c1706f2e..bc6901c069 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; }