]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #5812 - Standard theme font size CSS not sufficiently defensive. Merged from...
authortjhunt <tjhunt>
Tue, 13 Jun 2006 18:55:25 +0000 (18:55 +0000)
committertjhunt <tjhunt>
Tue, 13 Jun 2006 18:55:25 +0000 (18:55 +0000)
theme/standard/styles_fonts.css

index 6b7a90a01ff2b627754cb2d15dfb6c128a8d2038..20e7c95b8123996507323728134eff757b5c1db7 100644 (file)
@@ -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;