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

git-svn-id: svn://10.0.0.236/trunk@112356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
2002-01-16 23:41:54 +00:00
parent 8e74c502fd
commit 1c0bf9e4d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -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;
}