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
This commit is contained in:
parent
9b94f75e32
commit
6dd2c848a5
@ -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
Block a user