summaryrefslogtreecommitdiff
path: root/doc/sample_html/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:34:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:34:54 -0400
commitbd22150e667bd1126d950b8d8d18dfbefe57a376 (patch)
treed5601a73164fac3b8bb1f157b6d7bb7bc5706066 /doc/sample_html/style.css
parent344c78fb2b842a807d4676a8ebe357a372254333 (diff)
downloadpython-coveragepy-git-coverage-3.1.tar.gz
Updated sample html report.coverage-3.1
Diffstat (limited to 'doc/sample_html/style.css')
-rw-r--r--doc/sample_html/style.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/sample_html/style.css b/doc/sample_html/style.css
index d9d324c4..34ab10e3 100644
--- a/doc/sample_html/style.css
+++ b/doc/sample_html/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;
}
@@ -124,6 +129,20 @@ td.text {
background: inherit;
}
+/* Syntax coloring */
+.text .com {
+ color: green;
+ font-style: italic;
+ line-height: 1px;
+ }
+.text .key {
+ font-weight: bold;
+ line-height: 1px;
+ }
+.text .str {
+ color: #000080;
+ }
+
/* index styles */
#index td, #index th {
text-align: right;