Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jschnasse committed Nov 26, 2014
2 parents 4ce7a53 + 9f84041 commit b0ee404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/edoweb_lbz.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ table:not([tableheader-processed]) th:hover {
}

table:not([tableheader-processed]) th.headerSortDown {
background-image: url('http://minorthreat/misc/arrow-desc.png');
background-image: url('/misc/arrow-desc.png');
}

table:not([tableheader-processed]) th.headerSortUp {
background-image: url('http://minorthreat/misc/arrow-asc.png');
background-image: url('/misc/arrow-asc.png');
}

button {
Expand Down

0 comments on commit b0ee404

Please sign in to comment.