Added a reminder to the ua.css

git-svn-id: svn://10.0.0.236/trunk@14341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-11-10 18:00:46 +00:00
parent 2e4a5abc59
commit 2f82fa3735
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;
}