From 10d814292397fd3447aba444e9d5aa325094966e Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Fri, 2 Feb 2001 09:52:22 +0000 Subject: [PATCH] [not part of default build] Set the namespace properly git-svn-id: svn://10.0.0.236/trunk@86073 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/mathml/content/src/mathml.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;