diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-05-04 09:20:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-05-04 09:20:05 -0400 |
commit | 9ae683664aac9b5fae4e9b0cc9c4dac6ac893bd1 (patch) | |
tree | 59ebff16125eb969f5f4458b448d1dd1a1d1bd65 /doc/sample_html/style.css | |
parent | 52e04861c0db12cba0be37507adfec887ada475c (diff) | |
download | python-coveragepy-git-9ae683664aac9b5fae4e9b0cc9c4dac6ac893bd1.tar.gz |
Latest sample HTML.
Diffstat (limited to 'doc/sample_html/style.css')
-rw-r--r-- | doc/sample_html/style.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/sample_html/style.css b/doc/sample_html/style.css index c40357b8..70715ac1 100644 --- a/doc/sample_html/style.css +++ b/doc/sample_html/style.css @@ -102,6 +102,31 @@ h2.stats { border-color: #999 #ccc #ccc #999; } +.stats span.run { + background: #ddffdd; +} +.stats span.exc { + background: #eeeeee; +} +.stats span.mis { + background: #ffdddd; +} +.stats span.hide_run { + background: #eeffee; +} +.stats span.hide_exc { + background: #f5f5f5; +} +.stats span.hide_mis { + background: #ffeeee; +} +.stats span.par { + background: #ffffaa; +} +.stats span.hide_par { + background: #ffffcc; +} + /* Help panel */ #keyboard_icon { float: right; |