From 13a69926134a926ea047d91bff06865bd5097a04 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 26 Sep 2009 19:30:50 -0400 Subject: Fix some spacing in the footer of the HTML report. --- coverage/htmlfiles/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index ef57755b..34ab10e3 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -54,6 +54,11 @@ a.nav:hover { } #footer { + margin: 1em 3em; + } + +#footer .content { + padding: 0; font-size: 85%; font-family: verdana, sans-serif; color: #666666; @@ -65,7 +70,7 @@ a.nav:hover { } /* Header styles */ -.content { +#header .content { padding: 1em 3em; } -- cgit v1.2.1