From 1fb239a014505d3ae9281e55fa989c9a5287b764 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 20:46:41 +0200 Subject: [PATCH] fix footer --- teleforma/static/teleforma/css/teleforma.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index d74f7972..08a7ec80 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -598,7 +598,7 @@ color:#FFF; border-bottom: 1px solid #000; height: 30px; padding: 0em 0.5em 10px 0.5em; - margin-top: 2em; + margin-top: 1.5em; } #footer :link, #footer :visited { color: #FFF; } #footer hr { display: none } @@ -1423,7 +1423,7 @@ input,textarea{ float: left; width: 50%; padding: 0em 3em 0em 2em; - max-height: 540px; + max-height: 550px; overflow-y: auto; } -- 2.39.5