diff --git a/mozilla/layout/mathml/content/src/mathml.css b/mozilla/layout/mathml/content/src/mathml.css index d818155bc2a..fff7a28c10b 100644 --- a/mozilla/layout/mathml/content/src/mathml.css +++ b/mozilla/layout/mathml/content/src/mathml.css @@ -24,7 +24,7 @@ /* namespace for MathML elements */ /*******************************************************/ -@namespace mathml url(http://www.w3.org/1998/Math/MathML); +@namespace url(http://www.w3.org/1998/Math/MathML); /*******************************************************/ @@ -252,9 +252,11 @@ math { /* font-size: 24pt; */ } +/* p { display: block; } +*/ [background="yellow"] { background-color: yellow;