]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style-default.css
implementing carrot into wallabag
[github/wallabag/wallabag.git] / themes / default / css / style-default.css
old mode 100644 (file)
new mode 100755 (executable)
index 9dc7c0b..d00647a
@@ -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');
 }
@@ -52,4 +56,8 @@ a.link span {
 
 a.bad-display span {
     background-image: url('../img/default/bad-display.png');
+}
+
+a.print span {
+               background-image: url('../img/default/print.png');
 }
\ No newline at end of file