diff options
Diffstat (limited to 'coverage/htmlfiles/style.css')
-rw-r--r-- | coverage/htmlfiles/style.css | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 176d6134..7f2a8263 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -59,7 +59,6 @@ a.nav:hover { #source { padding: 1em; font-family: "courier new", monospace; - margin-top: 92px; } #source span.indicator { @@ -82,11 +81,6 @@ a.nav:hover { margin: 1em 3em; } -#pyfile #header { - position: fixed; - top: 0; - } - #pyfile #footer { margin: 1em 1em; } @@ -133,16 +127,6 @@ h2.stats { cursor: pointer; border-color: #999 #ccc #ccc #999; } -.stats button { - margin: 0 1em 0 0; - padding: 0 0 1px 0; - width: 1.5em; - font-size: 1em; - cursor: pointer; - border-width: 1px; - border-style: solid; - border-color: #999999 #CCCCCC #CCCCCC #999999; -} .stats span.hide_run, .stats span.hide_exc, .stats span.hide_mis, .stats span.hide_par, .stats span.par.hide_run.hide_par { @@ -339,9 +323,11 @@ td.text { text-decoration: underline; color: #000; } -#index tr.total { +#index tr.total, +#index tr.total_dynamic { } -#index tr.total td { +#index tr.total td, +#index tr.total_dynamic td { font-weight: bold; border-top: 1px solid #ccc; border-bottom: none; |