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');
}
@ -56,4 +60,4 @@ a.bad-display span {
a.reading-time span {
background-image: url('../img/default/clock.png');
}
}