summaryrefslogtreecommitdiff
path: root/coverage
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
commit13a69926134a926ea047d91bff06865bd5097a04 (patch)
treecf31790694aceb57cd46c555cf97da06ef9dcb2c /coverage
parentaba3e7cde740f029166c9b13ce5a4be20abaf7c1 (diff)
downloadpython-coveragepy-git-13a69926134a926ea047d91bff06865bd5097a04.tar.gz
Fix some spacing in the footer of the HTML report.
Diffstat (limited to 'coverage')
-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 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;
}