From 6f1991905de2f5164186f86f1c9ed75d4b2dec17 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 13 Jun 2006 18:55:25 +0000 Subject: [PATCH] Bug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from MOODLE_16_STABLE. --- theme/standard/styles_fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5