diff options
author | Danny Allen <danny.allen@pennantplc.co.uk> | 2014-09-22 12:09:42 +0100 |
---|---|---|
committer | Danny Allen <danny.allen@pennantplc.co.uk> | 2014-09-22 12:09:42 +0100 |
commit | 1de59bd539baa6b38e98f08b268deb3eeaeb5eb0 (patch) | |
tree | 7e9de472c071676c884fa66629181522ff825f73 /coverage/htmlfiles | |
parent | c4935999f882e7317121e884629d07080f1bc776 (diff) | |
download | python-coveragepy-git-1de59bd539baa6b38e98f08b268deb3eeaeb5eb0.tar.gz |
* Remove "source indicator" CSS from removed feature.
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 7f2a8263..0c29711a 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -61,22 +61,6 @@ a.nav:hover { font-family: "courier new", monospace; } -#source span.indicator { - float: right; - margin: 0 -12px 0 3px; - font-weight: bold; - font-size: 1.5em; - } -#source p.mis span.indicator { - color: #ff0000; - } -#source p.run span.indicator { - color: #000000; - } -#source p.exc span.indicator { - color: #000000; - } - #indexfile #footer { margin: 1em 3em; } |