summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-23 11:00:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-23 11:00:53 -0400
commitc4b8bbcc019167cc72bf03aa6842630e27d54b97 (patch)
treee866be6e9fbf4af8ec95e5ea20ca899dd7392910 /coverage/htmlfiles/style.css
parent7dd6a0658ded9014d5f400afe0b3e7d502c24ea9 (diff)
downloadpython-coveragepy-c4b8bbcc019167cc72bf03aa6842630e27d54b97.tar.gz
Syntax coloring in the HTML reports.
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index d9d324c..ef57755 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -124,6 +124,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;