add .. to fix #2686

This commit is contained in:
Isaac Connor 2019-08-19 08:58:52 -04:00
parent 369dd03909
commit 239c68dd7f
1 changed files with 2 additions and 2 deletions

View File

@ -324,14 +324,14 @@ th.table-th-sort span.table-th-sort-span {
float: right;
width: 12px;
height: 12px;
background: url("/skins/classic/graphics/arrow-s-u.png") no-repeat 0 0;
background: url("../skins/classic/graphics/arrow-s-u.png") no-repeat 0 0;
}
th.table-th-sort-rev span.table-th-sort-span {
float: right;
width: 12px;
height: 12px;
background: url("/skins/classic/graphics/arrow-s-d.png") no-repeat 0 0;
background: url("../skins/classic/graphics/arrow-s-d.png") no-repeat 0 0;
}
.table-tr-odd {