aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNicolas Frandeboeuf <nicofrand@gmail.com>2013-08-22 00:57:11 +0200
committerNicolas Frandeboeuf <nicofrand@gmail.com>2013-08-22 00:57:11 +0200
commit57c91e427d20d520bc506bef52189a86d72a9255 (patch)
tree43fbcf6eac2fc1a913c796a5631a7ba874af9693 /tpl/css
parent2bf93dc0345e304656ed9a931f9941fd7117ddfe (diff)
parent746f93c290881d97997b8179395de2875eb57c71 (diff)
downloadwallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.gz
wallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.zst
wallabag-57c91e427d20d520bc506bef52189a86d72a9255.zip
Merge branch 'dev' of https://github.com/nicofrand/poche into dev
Diffstat (limited to 'tpl/css')
-rw-r--r--tpl/css/style-light.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css
index 9ea7955a..e2788a1c 100644
--- a/tpl/css/style-light.css
+++ b/tpl/css/style-light.css
@@ -44,6 +44,10 @@ a.twitter span {
44 background: url('../img/light/twitter.png') no-repeat; 44 background: url('../img/light/twitter.png') no-repeat;
45} 45}
46 46
47a.shaarli span {
48 background: url('../img/light/shaarli.png') no-repeat;
49}
50
47a.email span { 51a.email span {
48 background: url('../img/light/envelop.png') no-repeat; 52 background: url('../img/light/envelop.png') no-repeat;
49} 53}