commit b655c176e4d9e9e4d4279261804a76486ad7ea33 Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jul 20 16:46:37 2015 +0200
Increase fixed footer height. --- web/css/exonerator.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/css/exonerator.css b/web/css/exonerator.css index d0625e9..e3750c4 100644 --- a/web/css/exonerator.css +++ b/web/css/exonerator.css @@ -4,14 +4,14 @@ html { }
body { - margin: 0 0 180px; /* bottom = footer height */ + margin: 0 0 300px; /* bottom = footer height */ }
.footer { position: absolute; left: 0; bottom: 0; - height: 180px; + height: 300px; width: 100%; }
tor-commits@lists.torproject.org