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

implementing carrot into wallabag

This commit is contained in:
Thomas Citharel 2014-11-19 16:27:56 +01:00
parent b0f9f5ac21
commit c8b4ef7fed
10 changed files with 15 additions and 6 deletions

View file

@ -38,6 +38,10 @@ a.flattr span {
background-image: url('../img/default/flattr.png');
}
a.carrot span {
background-image: url('../img/default/carrot.png')
}
a.email span {
background-image: url('../img/default/envelop.png');
}