This commit is contained in:
gnieark 2015-12-09 21:52:07 +01:00
parent 039248c977
commit 775affa9ef

View File

@ -7,6 +7,7 @@ body{
text-rendering:optimizelegibility; text-rendering:optimizelegibility;
margin:0 auto; margin:0 auto;
font-family : "lucida grande", "gill sans", arial, sans-serif; font-family : "lucida grande", "gill sans", arial, sans-serif;
min-height:100%;
} }
header{ header{
background-color:#A60800; background-color:#A60800;
@ -61,8 +62,8 @@ footer{
font-size: 12px; font-size: 12px;
line-height: 1.5em; line-height: 1.5em;
text-align: center; text-align: center;
position: relative; bottom: 0;
clear: both;
} }
footer a { footer a {
margin:0px 5px 0px 5px; margin:0px 5px 0px 5px;
@ -80,7 +81,6 @@ section{
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
width: 90%; width: 90%;
min-height:100%;
} }
article{ article{
float: right; float: right;