From 241b62c7a0c7bf386754e4fc4954910f623e382f Mon Sep 17 00:00:00 2001 From: "jwatt@jwatt.org" Date: Mon, 12 Nov 2007 01:19:02 -0800 Subject: [PATCH] Fixing bug 400150. Remove |font-family: sans-serif| from svg.css. r=tor@acm.org, sr=robert@ocallahan.org, a1.9=tor@acm.org --- layout/svg/base/src/svg.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/layout/svg/base/src/svg.css b/layout/svg/base/src/svg.css index b5fba5a4b30..88e7f33df73 100644 --- a/layout/svg/base/src/svg.css +++ b/layout/svg/base/src/svg.css @@ -38,13 +38,9 @@ @namespace url(http://www.w3.org/2000/svg); -svg { - /* XXX see bugs #71191 and #172574 before applying xbl binding to - either 'svg' or 'svg:not(:root)' - */ - - font-family: sans-serif; -} +/* XXX see bugs #71191 and #172574 before applying xbl binding to + * either 'svg' or 'svg:not(:root)' + */ style, script, symbol { display: none;