From a5fa164553764eb52d7dd499e7970a882e5c48f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=C3=A8le=20Baumgartner?= Date: Mon, 30 Apr 2012 12:24:40 +0200 Subject: [PATCH] resolve probleme with footer --- static/css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 227de1f..c2bfefa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -147,7 +147,7 @@ body > section { border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); color: #c3c3c3; - margin: 30px 10% 40px; + margin: 30px 10% 100px; padding: 10px 2%; width: 76%; } @@ -278,17 +278,12 @@ footer { border-top: 1px solid #d63739; bottom: 0; font-size: 0.85em; - height: 30px; text-align: center; position: absolute; - padding: 20px 0 0; display: block; width: 100%; } -footer ul { - padding: 25px 0 0; -} footer ul li a { color: #6c6c6c;