зеркало из https://github.com/mozilla/gecko-dev.git
let outer table inherit top, right, bottom, left, opacity, z-index, clip from content
This commit is contained in:
Родитель
7529f3844c
Коммит
46f707567e
|
@ -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 */
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче