This commit is contained in:
z3d
2009-06-13 00:19:33 +00:00
parent dfba84ec6f
commit bd2316c6cb
2 changed files with 8 additions and 0 deletions

View File

@ -401,3 +401,7 @@ tr {
.downloadlist {
list-style-image: url(/_static/images/download_dark.png);
}
.targetlist {
list-style-image: url(/_static/images/target.png);
}

View File

@ -399,3 +399,7 @@ td.title {
.downloadlist {
list-style-image: url(/_static/images/download.png);
}
.targetlist {
list-style-image: url(/_static/images/target.png);
}