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 | 089564321d2c3722118badabde6164dfbadec1a7 (patch) | |
| tree | 89971ee80127da732a4778c5294cc81d80433c79 /coverage/htmlfiles | |
| parent | 8405fb1e1c551428956b0c190bcb5f281beda095 (diff) | |
| download | python-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.css | 7 |
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; } |
