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:
parent
f49f11b3dd
commit
64bb4e2e4f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue