1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

added reload function

This commit is contained in:
Thomas Citharel 2014-12-13 22:56:30 +01:00
parent 9c55ed0923
commit 44b95cb81d
7 changed files with 19 additions and 1 deletions

View file

@ -67,3 +67,6 @@ a.bad-display span {
a.print span {
background-image: url('../img/default/print.png');
}
a.reload span {
background-image: url('../img/default/reload.png');
}