From 7edf487116c7d35db00734b1dd18d5ee9fa66fe5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 21 Apr 2009 08:38:26 -0400 Subject: CSS can be baffling. The font size only changed in FF3 if this selector says html,body. --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 9f109a8..dec3463 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -96,7 +96,7 @@ html, body, p, td { margin: 0; padding: 0; } -body { +html, body { font-size: 85%; } -- cgit v1.2.1