From 41f382db61bdc835b19073b60147f472d8f0984d Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Tue, 2 Dec 2008 21:44:58 +0000 Subject: [PATCH] Fix a bug in the print view --- document_root/css/print.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/document_root/css/print.css b/document_root/css/print.css index ffd94f22..df30639d 100644 --- a/document_root/css/print.css +++ b/document_root/css/print.css @@ -3,4 +3,6 @@ a[href]:after {display: none;} #creqMain {overflow: visible;} -#creqNavigation {display: none;} \ No newline at end of file +#creqNavigation {display: none;} + +.clear {clear: both;} \ No newline at end of file -- GitLab