From: tjhunt Date: Tue, 13 Jun 2006 18:55:25 +0000 (+0000) Subject: Bug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6f1991905de2f5164186f86f1c9ed75d4b2dec17;p=moodle.git Bug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from MOODLE_16_STABLE. --- diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 6b7a90a01f..20e7c95b81 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -35,7 +35,7 @@ font-size:1px; } -body, td, th, li { +body, table, td, th, li { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:100%; letter-spacing:0.02em;