From 5d20ddbfa7934f72d1fea91a110710595d5d2a9b 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') diff --git a/coverage/html.py b/coverage/html.py index 9f109a8c..dec34637 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