diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-11-19 16:27:56 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-11-19 16:27:56 +0100 |
commit | c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad (patch) | |
tree | 2e7adf0ae6b75205ea87ae6a1a06565ee392cca5 /themes/courgette/css | |
parent | b0f9f5ac21b5caef430b0b5412443fd39ee50455 (diff) | |
download | wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.tar.gz wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.tar.zst wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.zip |
implementing carrot into wallabag
Diffstat (limited to 'themes/courgette/css')
-rwxr-xr-x | themes/courgette/css/style-default.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/courgette/css/style-default.css b/themes/courgette/css/style-default.css index 3377a75b..297f86ae 100755 --- a/themes/courgette/css/style-default.css +++ b/themes/courgette/css/style-default.css | |||
@@ -38,6 +38,10 @@ a.flattr span { | |||
38 | background-image: url('../img/default/flattr.png'); | 38 | background-image: url('../img/default/flattr.png'); |
39 | } | 39 | } |
40 | 40 | ||
41 | a.carrot span { | ||
42 | background-image: url('../img/default/carrot.png') | ||
43 | } | ||
44 | |||
41 | a.email span { | 45 | a.email span { |
42 | background-image: url('../img/default/envelop.png'); | 46 | background-image: url('../img/default/envelop.png'); |
43 | } | 47 | } |
@@ -56,4 +60,4 @@ a.bad-display span { | |||
56 | 60 | ||
57 | a.reading-time span { | 61 | a.reading-time span { |
58 | background-image: url('../img/default/clock.png'); | 62 | background-image: url('../img/default/clock.png'); |
59 | } | 63 | } \ No newline at end of file |