The arrows were the wrong way up on the sort indicators.

This commit is contained in:
Tony Garnock-Jones 2014-11-09 12:53:48 -05:00
parent 7f94c0a8fa
commit 8f21c5e719

View File

@ -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 {