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;