make -moz-mathml-anonymous-block "display: inline-block". b=400207, r=dbaron

This commit is contained in:
karlt+@karlt.net 2007-12-01 02:11:44 -08:00
parent 5bfbb69aa8
commit 0f5b80c05f

View File

@ -473,11 +473,9 @@ semantics > :not(:first-child) {
display: none;
}
/**
* Temporary, until we make mtable no longer use display: table
*/
/**********************************************************************/
/* This is used when wrapping non-MathML inline elements inside math. */
*|*::-moz-mathml-anonymous-block {
display: block !important;
display: inline-block !important;
position: static !important;
}