diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 17:34:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 17:34:48 -0400 |
commit | 60e953a0b7d67d15803386d2917b2123beca4607 (patch) | |
tree | 3219e40cfe4114d115b6d26751f52dd2814e2acb /coverage/htmlfiles | |
parent | 1f428f4218f8bc3e7f0151a47c3c52396ed85bd9 (diff) | |
download | python-coveragepy-git-60e953a0b7d67d15803386d2917b2123beca4607.tar.gz |
Finish up the fix for #298
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 88a780a6..1e4d5306 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -2,8 +2,8 @@ /* For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt */ /* CSS styles for coverage.py. */ -/* Page-wide styles */ +/* Page-wide styles */ html, body, h1, h2, h3, p, table, td, th { margin: 0; padding: 0; @@ -322,20 +322,15 @@ td.text { } #index th.headerSortDown, #index th.headerSortUp { border-bottom: 1px solid #000; - white-space:nowrap + white-space: nowrap; + background: #eee; } #index th.headerSortDown:after { content: " ↓"; } -#index th.headerSortDown { - background: #eee; -} #index th.headerSortUp:after { content: " ↑"; } -#index th.headerSortUp { - background: #eee; -} #index td.name, #index th.name { text-align: left; width: auto; |