summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-21 07:22:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-21 07:22:27 -0400
commitb8ce4bae62251e0942f082560217324920ff86dc (patch)
treee2c3fcd21cc1ca738ab5b9fb2c38408c5df50efe /coverage/htmlfiles/style.css
parent6c3042ad6f61af8027cf3d4c513d914d9620b896 (diff)
downloadpython-coveragepy-git-b8ce4bae62251e0942f082560217324920ff86dc.tar.gz
Use classes to distinguish pages, not ids
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 0c29711a..0bdbaa96 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -61,11 +61,11 @@ a.nav:hover {
font-family: "courier new", monospace;
}
-#indexfile #footer {
+.indexfile #footer {
margin: 1em 3em;
}
-#pyfile #footer {
+.pyfile #footer {
margin: 1em 1em;
}
@@ -160,11 +160,11 @@ h2.stats {
display: none;
}
-#indexfile .help_panel {
+.indexfile .help_panel {
width: 20em; height: 4em;
}
-#pyfile .help_panel {
+.pyfile .help_panel {
width: 16em; height: 8em;
}