From 9d7ce42388539abc31752a0d73fd72c5d9eb62a4 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 14 Mar 2001 07:34:04 +0000 Subject: [PATCH] fix for bug 71852 sr=hyatt fix trees by adding -xul to css property, so that scrolled boxes inherit their attributes appropriately --- layout/html/document/src/html.css | 2 +- layout/style/html.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/html/document/src/html.css b/layout/html/document/src/html.css index 70b6e40e5330..af73911b736b 100644 --- a/layout/html/document/src/html.css +++ b/layout/html/document/src/html.css @@ -416,7 +416,7 @@ noscript, noframes, param, :-moz-comment, :-moz-pi { background: inherit; padding: inherit; display: inherit; - -moz-box-orient: inherit; + -moz-xul-box-orient: inherit; } :wrapped-frame { diff --git a/layout/style/html.css b/layout/style/html.css index 70b6e40e5330..af73911b736b 100644 --- a/layout/style/html.css +++ b/layout/style/html.css @@ -416,7 +416,7 @@ noscript, noframes, param, :-moz-comment, :-moz-pi { background: inherit; padding: inherit; display: inherit; - -moz-box-orient: inherit; + -moz-xul-box-orient: inherit; } :wrapped-frame {