diff options
author | Thomas Citharel <thomas.citharet@gmail.com> | 2013-09-10 18:23:56 +0200 |
---|---|---|
committer | Thomas Citharel <thomas.citharet@gmail.com> | 2013-09-10 18:23:56 +0200 |
commit | 964481d023676bee964141a1d14f638995ac8d30 (patch) | |
tree | 3875e93c7c92da7a98d0d8f867d10c404c789805 /tpl/css | |
parent | af1d2792263d45c5ffea2e5485dd81bf59b7bded (diff) | |
download | wallabag-964481d023676bee964141a1d14f638995ac8d30.tar.gz wallabag-964481d023676bee964141a1d14f638995ac8d30.tar.zst wallabag-964481d023676bee964141a1d14f638995ac8d30.zip |
Fixed bugs, added a flattr button and an option
There's a button and an option in define.inc.php to show the button or
not.
Diffstat (limited to 'tpl/css')
-rw-r--r-- | tpl/css/style-light.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css index e2788a1c..224ef182 100644 --- a/tpl/css/style-light.css +++ b/tpl/css/style-light.css | |||
@@ -48,6 +48,10 @@ a.shaarli span { | |||
48 | background: url('../img/light/shaarli.png') no-repeat; | 48 | background: url('../img/light/shaarli.png') no-repeat; |
49 | } | 49 | } |
50 | 50 | ||
51 | a.flattr span { | ||
52 | background: url('../img/light/flattr.png'); | ||
53 | } | ||
54 | |||
51 | a.email span { | 55 | a.email span { |
52 | background: url('../img/light/envelop.png') no-repeat; | 56 | background: url('../img/light/envelop.png') no-repeat; |
53 | } | 57 | } |