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:
Michael Drake 2008-12-27 00:10:57 +00:00
parent 8ecaccd8a4
commit 8dea43fc35
1 changed files with 1 additions and 1 deletions

View File

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