mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 21:52:44 +00:00
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:
parent
9c7bf8e3b7
commit
ec88e5c87e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user