From 8f21c5e719d53e3a3a22cf203ccc3cf43e6158c8 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 9 Nov 2014 12:53:48 -0500 Subject: [PATCH] The arrows were the wrong way up on the sort indicators. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index d2a29b9..4d11f59 100644 --- a/static/style.css +++ b/static/style.css @@ -96,8 +96,8 @@ input#new_version { } /* Sortable tables */ -th.headerSortUp::after { content: " ▲"; } -th.headerSortDown::after { content: " ▼"; } +th.headerSortUp::after { content: " ▼"; } +th.headerSortDown::after { content: " ▲"; } #register-button, #sign-in-button {