From cd525940c16d33178971fa687d41bfb3a33237b7 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Thu, 4 May 2000 03:00:07 +0000 Subject: [PATCH] let outer table inherit top, right, bottom, left, opacity, z-index, clip from content git-svn-id: svn://10.0.0.236/trunk@68198 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/html.css | 7 +++++++ mozilla/layout/style/html.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/mozilla/layout/html/document/src/html.css b/mozilla/layout/html/document/src/html.css index 050245a43be..fef63276eeb 100644 --- a/mozilla/layout/html/document/src/html.css +++ b/mozilla/layout/html/document/src/html.css @@ -1227,6 +1227,13 @@ sourcetext { /* XXX should not be in HTML namespace */ padding: 0px; float: inherit; position: inherit; + top: inherit; + right: inherit; + bottom: inherit; + left: inherit; + z-index: inherit; + clip: inherit; + opacity: inherit; width: 0px; /* hack for boxes */ height: 0px; /* hack for boxes */ } diff --git a/mozilla/layout/style/html.css b/mozilla/layout/style/html.css index 050245a43be..fef63276eeb 100644 --- a/mozilla/layout/style/html.css +++ b/mozilla/layout/style/html.css @@ -1227,6 +1227,13 @@ sourcetext { /* XXX should not be in HTML namespace */ padding: 0px; float: inherit; position: inherit; + top: inherit; + right: inherit; + bottom: inherit; + left: inherit; + z-index: inherit; + clip: inherit; + opacity: inherit; width: 0px; /* hack for boxes */ height: 0px; /* hack for boxes */ }