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:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user