let outer table inherit top, right, bottom, left, opacity, z-index, clip from content

This commit is contained in:
karnaze%netscape.com 2000-05-04 03:00:07 +00:00
Родитель 7529f3844c
Коммит 46f707567e
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -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 */
}

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

@ -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 */
}