Added a reminder to the ua.css

This commit is contained in:
kipp%netscape.com 1998-11-10 18:00:46 +00:00
parent d30dab65fb
commit 21c0ad58b2
2 changed files with 8 additions and 0 deletions

View File

@ -25,8 +25,12 @@ BODY {
cursor: default;
display: block;
line-height: normal;
//XXX Note: see the code in nsHTMLBodyElement that hacks away at the padding
//XXX when body margin attributes are used
//XXX not yet... margin: 8px;
padding: 8px;
overflow: auto;
}

View File

@ -25,8 +25,12 @@ BODY {
cursor: default;
display: block;
line-height: normal;
//XXX Note: see the code in nsHTMLBodyElement that hacks away at the padding
//XXX when body margin attributes are used
//XXX not yet... margin: 8px;
padding: 8px;
overflow: auto;
}