From a8fec73a087c55ed9e9106120cf7a2cf4b47b3ad Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 2 Jun 2016 19:30:53 -0400 Subject: Extirpate trailing spaces --- coverage/htmlfiles/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'coverage/htmlfiles') 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; -- cgit v1.2.1