aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-20 11:23:00 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-20 11:23:00 +0200
commit38330bfd65181d63609b9350324aa13f1e967bc3 (patch)
tree7a7bfda53784771f8e1d67215cf1235ff22d5333 /tpl/css
parent2fdcbd1ac3667199bf91c81b3d11c2161de49c9c (diff)
downloadwallabag-38330bfd65181d63609b9350324aa13f1e967bc3.tar.gz
wallabag-38330bfd65181d63609b9350324aa13f1e967bc3.tar.zst
wallabag-38330bfd65181d63609b9350324aa13f1e967bc3.zip
fix bug #112 link to shaarli
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}