From 6036a45d6b3b13e8da1330c6aa6f718077b9f16d Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Tue, 21 Jun 2016 10:14:28 -0400
Subject: [PATCH] Updates to print.css

---
 themes/bootstrap3/css/print.css | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/themes/bootstrap3/css/print.css b/themes/bootstrap3/css/print.css
index e12eed5ceac..ed5f07cbc82 100644
--- a/themes/bootstrap3/css/print.css
+++ b/themes/bootstrap3/css/print.css
@@ -1,6 +1,9 @@
-.hidden-print,.hidden-print *,.hidden-print[class*="span"] {display:none}
-.row-fluid .span9 {margin:auto;width:90%}
-a[href]:after{content:''}
-* {background-color:#FFF}
-.container {margin:0}
-#datevispublishDatexWrapper {width:90%}
\ No newline at end of file
+* {
+  background-color: #FFF;
+  color: #000;
+}
+a[href]:after{ content: ''; } /* hide following urls */
+.container { margin:0; } /* print margins */
+/* print utilities */
+.hidden-print,
+.hidden-print * { display:none !important; }
\ No newline at end of file
-- 
GitLab