Bug 86276. Allow :-moz-anonymous-block and :cell-content to apply in all namespaces. r=dbaron, sr=attinasi, a=blizzard

This commit is contained in:
waterson%netscape.com 2002-01-16 23:41:54 +00:00
parent 9c7bf8e3b7
commit ec88e5c87e
2 changed files with 2 additions and 2 deletions
layout
html/document/src
style

@ -39,7 +39,7 @@
/* blocks */
html, div, map, dt, isindex, :-moz-anonymous-block, :cell-content {
html, div, map, dt, isindex, *|*:-moz-anonymous-block, *|*:cell-content {
display: block;
}

@ -39,7 +39,7 @@
/* blocks */
html, div, map, dt, isindex, :-moz-anonymous-block, :cell-content {
html, div, map, dt, isindex, *|*:-moz-anonymous-block, *|*:cell-content {
display: block;
}