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
This commit is contained in:
emc3 2003-11-12 17:50:56 +00:00
parent f49f11b3dd
commit 64bb4e2e4f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}