summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-25 09:39:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-25 09:39:28 -0400
commit7dad73478b4bcaee894cd7c3a725f3e177dd90cf (patch)
tree89b3c7d874026ab4114d440f54ef952098bf22bc /coverage/htmlfiles/style.css
parentfed97bc3dabc3b1af3000f9b842654a3836a96bc (diff)
downloadpython-coveragepy-git-7dad73478b4bcaee894cd7c3a725f3e177dd90cf.tar.gz
Stupid simplistic not working yet branch reporting in HTML
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 34ab10e3..b55e4992 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -125,23 +125,27 @@ td.text {
background: #eeeeee;
border-left: 2px solid #808080;
}
+.text p.par {
+ background: #ffffdd;
+ border-left: 2px solid #ffff00;
+ }
.text p.hide {
background: inherit;
}
/* Syntax coloring */
.text .com {
- color: green;
- font-style: italic;
- line-height: 1px;
- }
+ color: green;
+ font-style: italic;
+ line-height: 1px;
+ }
.text .key {
- font-weight: bold;
- line-height: 1px;
- }
+ font-weight: bold;
+ line-height: 1px;
+ }
.text .str {
- color: #000080;
- }
+ color: #000080;
+ }
/* index styles */
#index td, #index th {