commit da406928bcdd47a829fb1c894b00e72a128c52bf Author: Karsten Loesing karsten.loesing@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 {
tor-commits@lists.torproject.org