diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-04 21:34:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-04 21:34:54 -0400 |
commit | bd22150e667bd1126d950b8d8d18dfbefe57a376 (patch) | |
tree | d5601a73164fac3b8bb1f157b6d7bb7bc5706066 /doc/sample_html/style.css | |
parent | 344c78fb2b842a807d4676a8ebe357a372254333 (diff) | |
download | python-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.css | 21 |
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; |