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
Родитель bcbf97737e
Коммит 9d7ce42388
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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