[tor-commits] [exonerator/master] Undo moving footer to bottom, which breaks the print output.

karsten at torproject.org karsten at torproject.org
Mon Jul 20 08:15:30 UTC 2015


commit da406928bcdd47a829fb1c894b00e72a128c52bf
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Jul 20 10:14:41 2015 +0200

    Undo moving footer to bottom, which breaks the print output.
---
 web/css/exonerator.css |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/css/exonerator.css b/web/css/exonerator.css
index dfa4767..cf81a08 100644
--- a/web/css/exonerator.css
+++ b/web/css/exonerator.css
@@ -4,15 +4,15 @@ html {
 }
 
 body {
-  margin: 0 0 200px; /* bottom = footer height */
+  /*margin: 0 0 200px;*/ /* bottom = footer height */
 }
 
 .footer {
-  position: absolute;
+  /*position: absolute;
   left: 0;
   bottom: 0;
   height: 200px;
-  width: 100%;
+  width: 100%;*/
 }
 
 .vbottom15 {



More information about the tor-commits mailing list