diff options
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 1e4d5306..86b82091 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -325,12 +325,12 @@ td.text { white-space: nowrap; background: #eee; } -#index th.headerSortDown:after { +#index th.headerSortDown:after { content: " ↓"; -} -#index th.headerSortUp:after { +} +#index th.headerSortUp:after { content: " ↑"; -} +} #index td.name, #index th.name { text-align: left; width: auto; |