From a799aec726ee9aabcbb24d71919430a6053f010d Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Mon, 6 Feb 2017 12:08:01 -0500
Subject: theme.css: hide #archival-notice from print

Also move to display:none for hiding instead of an awkward visibility:hidden
with zero width and height.
---
 source/css/theme.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'source')

diff --git a/source/css/theme.css b/source/css/theme.css
index bdcc84fb..6735e8c0 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -385,9 +385,7 @@ noscript a {
         width: 90%;
     }
 
-    .nav, .rss-icon, .atom-icon, .cc-icon {
-        width: 0;
-        height: 0;
-        visibility: hidden;
+    .nav, .rss-icon, .atom-icon, .cc-icon, #archival-notice {
+        display: none;
     }
 }
-- 
cgit v1.2.1