aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-26 21:20:02 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-26 21:20:02 +0200
commitadd0e14cffa6d36affc5fe2e815d069a1ecfc258 (patch)
treec311101cb1e224381a3f931d864e2c836b27aa4a /app/Resources/static/themes/baggy/css
parent52ef49709918809d6fbe40bc68e4ff090b84e6c8 (diff)
downloadwallabag-add0e14cffa6d36affc5fe2e815d069a1ecfc258.tar.gz
wallabag-add0e14cffa6d36affc5fe2e815d069a1ecfc258.tar.zst
wallabag-add0e14cffa6d36affc5fe2e815d069a1ecfc258.zip
Fixed print view for baggy theme
Diffstat (limited to 'app/Resources/static/themes/baggy/css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/print.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/css/print.css b/app/Resources/static/themes/baggy/css/print.css
index 6f187ff5..f7f6a8ad 100755
--- a/app/Resources/static/themes/baggy/css/print.css
+++ b/app/Resources/static/themes/baggy/css/print.css
@@ -26,7 +26,9 @@
26 div.tools, 26 div.tools,
27 header div, 27 header div,
28 .messages, 28 .messages,
29 .entrie + .results { 29 .entrie + .results,
30 #article .mbm a,
31 #article-informations {
30 display: none !important; 32 display: none !important;
31 } 33 }
32 34