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