diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-19 16:42:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-19 16:42:27 -0400 |
commit | 0154a470b866ea7c1475c8afb094e4ccd8892ae1 (patch) | |
tree | c7c42b46954c6324fc7875dfcbc4f3f60f9c8e19 /doc/sample_html/style.css | |
parent | 46abc572dd752d8d79010721e30c3ad47067ab89 (diff) | |
download | python-coveragepy-git-coverage-3.4.tar.gz |
Latest sample html output for the site.coverage-3.4
Diffstat (limited to 'doc/sample_html/style.css')
-rw-r--r-- | doc/sample_html/style.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/sample_html/style.css b/doc/sample_html/style.css index 25e7d115..9a06a2b4 100644 --- a/doc/sample_html/style.css +++ b/doc/sample_html/style.css @@ -53,10 +53,14 @@ a.nav:hover { font-family: "courier new", monospace; } -#footer { +#indexfile #footer { margin: 1em 3em; } +#pyfile #footer { + margin: 1em 1em; + } + #footer .content { padding: 0; font-size: 85%; @@ -108,6 +112,18 @@ h2.stats { font-size: .625em; /* 10/16 */ line-height: 1.6em; /* 16/10 */ } +.linenos p.highlight { + background: #ffdd00; + } +.linenos p a { + text-decoration: none; + color: #999999; + } +.linenos p a:hover { + text-decoration: underline; + color: #999999; + } + td.text { width: 100%; } |