Diable body margin for now until rendering problem with background images is resolved

This commit is contained in:
kipp%netscape.com 1998-09-26 17:15:07 +00:00
parent a4c83d9611
commit 1e75853398
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,8 @@ BODY {
cursor: arrow; cursor: arrow;
display: block; display: block;
line-height: 1.0; line-height: 1.0;
margin: 8px; //XXX not yet... margin: 8px;
padding: 8px;
overflow: auto; overflow: auto;
} }

View File

@ -25,7 +25,8 @@ BODY {
cursor: arrow; cursor: arrow;
display: block; display: block;
line-height: 1.0; line-height: 1.0;
margin: 8px; //XXX not yet... margin: 8px;
padding: 8px;
overflow: auto; overflow: auto;
} }