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
This commit is contained in:
karnaze%netscape.com
2000-05-04 03:00:07 +00:00
parent 9cfe0f787a
commit cd525940c1
2 changed files with 14 additions and 0 deletions

View File

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

View File

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