summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-14 10:00:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-03-14 10:00:57 -0400
commite9a784432bdce36dd23f82f7e3d4adc7c585f608 (patch)
tree628c763beb31b110668bf051915ee7a045151fd0 /coverage/htmlfiles/style.css
parent4b14958d0171441662fe901c630515dad76691d9 (diff)
downloadpython-coveragepy-e9a784432bdce36dd23f82f7e3d4adc7c585f608.tar.gz
Added a link back to the index page at the bottom of HTML source pages. Closes issue #38.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index a9ab535..252fbbc 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -53,10 +53,14 @@ a.nav:hover {
font-family: "courier new", monospace;
}
-#footer {
+#indexfile #footer {
margin: 1em 3em;
}
+#pyfile #footer {
+ margin: 1em 1em;
+ }
+
#footer .content {
padding: 0;
font-size: 85%;