diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-26 19:30:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-26 19:30:50 -0400 |
commit | 13a69926134a926ea047d91bff06865bd5097a04 (patch) | |
tree | cf31790694aceb57cd46c555cf97da06ef9dcb2c | |
parent | aba3e7cde740f029166c9b13ce5a4be20abaf7c1 (diff) | |
download | python-coveragepy-git-13a69926134a926ea047d91bff06865bd5097a04.tar.gz |
Fix some spacing in the footer of the HTML report.
-rw-r--r-- | coverage/htmlfiles/style.css | 7 |
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; } |