aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/print.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-26 14:26:47 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-26 14:35:43 +0200
commit52ef49709918809d6fbe40bc68e4ff090b84e6c8 (patch)
treefef9d004ebd64e03020ad68eab9304811da3f69c /app/Resources/static/themes/material/css/print.css
parentc4da9d1cd8df4a9efdb3150396432680d93f6e5a (diff)
downloadwallabag-52ef49709918809d6fbe40bc68e4ff090b84e6c8.tar.gz
wallabag-52ef49709918809d6fbe40bc68e4ff090b84e6c8.tar.zst
wallabag-52ef49709918809d6fbe40bc68e4ff090b84e6c8.zip
Fix print / article views
Diffstat (limited to 'app/Resources/static/themes/material/css/print.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/print.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/print.css b/app/Resources/static/themes/material/css/print.css
index a16be71e..37228cff 100755
--- a/app/Resources/static/themes/material/css/print.css
+++ b/app/Resources/static/themes/material/css/print.css
@@ -26,10 +26,23 @@
26 div.tools, 26 div.tools,
27 header div, 27 header div,
28 .messages, 28 .messages,
29 .entry + .results { 29 .entry + .results,
30 #slide-out,
31 .progress, .hide-on-large-only,
32 #article > aside,
33 #article .mbm a
34 {
30 display: none !important; 35 display: none !important;
31 } 36 }
32 37
38 main {
39 padding-left: 0 !important;
40 }
41
42 #article {
43 margin: inherit !important;
44 }
45
33 article { 46 article {
34 border: none !important; 47 border: none !important;
35 } 48 }