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

Globalizing and creating two variants of Carrot.org icon; tidying up some CSS

This commit is contained in:
Jay Sitter 2014-11-21 15:30:59 -05:00
parent e9d4d17693
commit fc01f94387
6 changed files with 52 additions and 33 deletions

View file

@ -39,7 +39,8 @@ a.flattr span {
}
a.carrot span {
background-image: url('../img/default/carrot.png')
background-image: url('../../_global/img/icons/carrot-icon--black.png');
background-size: 16px 16px;
}
a.email span {
@ -60,4 +61,4 @@ a.bad-display span {
a.print span {
background-image: url('../img/default/print.png');
}
}