summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.css
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-14 09:30:43 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-03-14 09:30:43 -0400
commit4b14958d0171441662fe901c630515dad76691d9 (patch)
tree596a0f3c3efcb7cbd21638221c1b77d2d0e76995 /coverage/htmlfiles/style.css
parent8cf50448f5f9141d7be78eba5b8a956da75f8c9c (diff)
parent29cd74524abf7568452da7e59903759c267635ed (diff)
downloadpython-coveragepy-4b14958d0171441662fe901c630515dad76691d9.tar.gz
Automated merge with ssh://hg@bitbucket.org/ned/coveragepy/
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r--coverage/htmlfiles/style.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index 25e7d11..a9ab535 100644
--- a/coverage/htmlfiles/style.css
+++ b/coverage/htmlfiles/style.css
@@ -5,8 +5,8 @@ html, body, h1, h2, h3, p, td, th {
padding: 0;
border: 0;
outline: 0;
- font-weight: inherit;
- font-style: inherit;
+ font-weight: normal;
+ font-style: normal;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
@@ -108,6 +108,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%;
}