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 | e7b771868e1348c6f2b775a347efdee5504930e0 (patch) | |
| tree | ff61b9270641bbf70e76f65f772f42eee4b3f4d1 | |
| parent | 3587bb6df97533fce78553c480c737bd79164520 (diff) | |
| download | python-coveragepy-e7b771868e1348c6f2b775a347efdee5504930e0.tar.gz | |
* Remove "source indicator" CSS from removed feature.
| -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 7f2a826..0c29711 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; } |
