From 775affa9ef56fd846c504c75b023ee6d7e95101d Mon Sep 17 00:00:00 2001 From: gnieark Date: Wed, 9 Dec 2015 21:52:07 +0100 Subject: [PATCH] css --- html/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/style.css b/html/style.css index 08e910d..6c9681c 100644 --- a/html/style.css +++ b/html/style.css @@ -7,6 +7,7 @@ body{ text-rendering:optimizelegibility; margin:0 auto; font-family : "lucida grande", "gill sans", arial, sans-serif; + min-height:100%; } header{ background-color:#A60800; @@ -61,8 +62,8 @@ footer{ font-size: 12px; line-height: 1.5em; text-align: center; - position: relative; - clear: both; + bottom: 0; + } footer a { margin:0px 5px 0px 5px; @@ -80,7 +81,6 @@ section{ margin: 0 auto; overflow: hidden; width: 90%; - min-height:100%; } article{ float: right;