diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-22 20:18:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-04-22 20:18:46 +0200 |
commit | d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc (patch) | |
tree | 69c330e97e3de60dd6884ded76766426a598f30e /themes/default/css/style-default.css | |
parent | dfff18f81b04e4f66890c37dc2a7bc0537fd0b1b (diff) | |
parent | 43c7b978c31bcbf9e8e5202ecbb7b6fccba6a7fa (diff) | |
download | wallabag-d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc.tar.gz wallabag-d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc.tar.zst wallabag-d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc.zip |
Merge pull request #653 from mariroz/dev
print view fixed in baggy; print link added; read percent added in default theme; archive and favorite re-factored to be ajax action in article view
Diffstat (limited to 'themes/default/css/style-default.css')
-rwxr-xr-x[-rw-r--r--] | themes/default/css/style-default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/style-default.css b/themes/default/css/style-default.css index 9dc7c0b0..889a9f5c 100644..100755 --- a/themes/default/css/style-default.css +++ b/themes/default/css/style-default.css | |||
@@ -52,4 +52,8 @@ a.link span { | |||
52 | 52 | ||
53 | a.bad-display span { | 53 | a.bad-display span { |
54 | background-image: url('../img/default/bad-display.png'); | 54 | background-image: url('../img/default/bad-display.png'); |
55 | } | ||
56 | |||
57 | a.print span { | ||
58 | background-image: url('../img/default/print.png'); | ||
55 | } \ No newline at end of file | 59 | } \ No newline at end of file |