summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-26 19:30:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-26 19:30:50 -0400
commit089564321d2c3722118badabde6164dfbadec1a7 (patch)
tree89971ee80127da732a4778c5294cc81d80433c79 /coverage/htmlfiles
parent8405fb1e1c551428956b0c190bcb5f281beda095 (diff)
downloadpython-coveragepy-089564321d2c3722118badabde6164dfbadec1a7.tar.gz
Fix some spacing in the footer of the HTML report.
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index ef57755..34ab10e 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;
}