diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 15:54:37 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 15:54:37 +0200 |
commit | 55821e04c188997d258645975220828e195d0df4 (patch) | |
tree | 9a85831aa55c35c2fa69122220f7c873d73a9143 /tpl/css/style-light.css | |
parent | b161295d0b53a5ae194e236b0a7c662e9ac2ff9a (diff) | |
download | wallabag-55821e04c188997d258645975220828e195d0df4.tar.gz wallabag-55821e04c188997d258645975220828e195d0df4.tar.zst wallabag-55821e04c188997d258645975220828e195d0df4.zip |
share email +twitter / class messages
Diffstat (limited to 'tpl/css/style-light.css')
-rw-r--r-- | tpl/css/style-light.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css index c1d98326..5d584eb3 100644 --- a/tpl/css/style-light.css +++ b/tpl/css/style-light.css | |||
@@ -75,6 +75,14 @@ a.archive-off span:hover { | |||
75 | background: url('../img/light/checkmark-on.png') no-repeat; | 75 | background: url('../img/light/checkmark-on.png') no-repeat; |
76 | } | 76 | } |
77 | 77 | ||
78 | a.twitter span { | ||
79 | background: url('../img/light/twitter.png') no-repeat; | ||
80 | } | ||
81 | |||
82 | a.email span { | ||
83 | background: url('../img/light/envelop.png') no-repeat; | ||
84 | } | ||
85 | |||
78 | /*** ***/ | 86 | /*** ***/ |
79 | /*** ARTICLE PAGE ***/ | 87 | /*** ARTICLE PAGE ***/ |
80 | 88 | ||