fix for bug 71852 sr=hyatt

fix trees by adding -xul to css property, so that scrolled boxes inherit their attributes appropriately
This commit is contained in:
alecf%netscape.com 2001-03-14 07:34:04 +00:00
parent bcbf97737e
commit 9d7ce42388
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {