This commit is contained in:
Thomas Citharel
2015-03-02 00:15:49 +01:00
parent b692691d7d
commit 059a338034
10 changed files with 74 additions and 3 deletions

View File

@ -1,7 +1,19 @@
a.back span {
background-image: url('../img/default/home.png');
}
a.previous span {
background-image: url('../img/default/left.png');
}
a.next span {
background-image: url('../img/default/right.png');
}
a.archiveandnext span {
background-image: url('../img/default/forward.png');
}
a.top span {
background-image: url('../img/default/top.png');
}