diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-13 14:50:56 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-13 14:50:56 +0100 |
commit | b7066c033317bf305c93a808c456da1c9d7415f1 (patch) | |
tree | 21dc35d00ea5a582cda9c6d77a3e1026375a55a7 | |
parent | b3a2586ecfea346870b71075ba25cbe69db502aa (diff) | |
download | wallabag-b7066c033317bf305c93a808c456da1c9d7415f1.tar.gz wallabag-b7066c033317bf305c93a808c456da1c9d7415f1.tar.zst wallabag-b7066c033317bf305c93a808c456da1c9d7415f1.zip |
[fix] bug fix #311: remove toolbar when printing article
-rw-r--r-- | themes/default/css/print.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/print.css b/themes/default/css/print.css index 9aefa779..914efbd5 100644 --- a/themes/default/css/print.css +++ b/themes/default/css/print.css | |||
@@ -32,6 +32,10 @@ article { | |||
32 | border: none !important; | 32 | border: none !important; |
33 | } | 33 | } |
34 | 34 | ||
35 | #article_toolbar { | ||
36 | display: none; | ||
37 | } | ||
38 | |||
35 | /* Add URL after links */ | 39 | /* Add URL after links */ |
36 | .vieworiginal a:after { | 40 | .vieworiginal a:after { |
37 | content: " (" attr(href) ")"; | 41 | content: " (" attr(href) ")"; |