From ec76222f51797be10bd20ca89219a48145fdf3e0 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Tue, 18 Sep 2018 12:28:32 +1000 Subject: [PATCH] revises print styles --- static-src/scss/hyde-hyde/_print.scss | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/static-src/scss/hyde-hyde/_print.scss b/static-src/scss/hyde-hyde/_print.scss index 875435b..1be8310 100644 --- a/static-src/scss/hyde-hyde/_print.scss +++ b/static-src/scss/hyde-hyde/_print.scss @@ -8,11 +8,6 @@ body { color: #000; } -.sidebar, -.navigation { - display: none; -} - .content { margin: 0 auto; width: 100%; @@ -35,6 +30,23 @@ blockquote, ul { margin: 0; } + +.sidebar { + display: none !important; +} + +.navigation { + display: none !important; +} + +.post__related { + display: none !important; +} + +.gist-meta { + display: none !important; +} + #disqus_thread { display: none !important; }