Do our default page margin with a margin on BODY, like other browsers and the CSS 2.1 spec example default style sheet for HTML 4.01.
svn path=/trunk/netsurf/; revision=5928
This commit is contained in:
parent
8ecaccd8a4
commit
8dea43fc35
|
@ -8,7 +8,7 @@ html { display: block; }
|
|||
|
||||
head { display: none; }
|
||||
|
||||
body { display: block; padding: 8px; line-height: 1.33; }
|
||||
body { display: block; margin: 8px; line-height: 1.33; }
|
||||
|
||||
div { display: block; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue