From 2f82fa373531af9b41c1ec4e78939860f2b0e79c Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 10 Nov 1998 18:00:46 +0000 Subject: [PATCH] Added a reminder to the ua.css git-svn-id: svn://10.0.0.236/trunk@14341 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 4 ++++ mozilla/layout/style/ua.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index e8c389df07a..200ea05d9d9 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -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; } diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index e8c389df07a..200ea05d9d9 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -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; }