This commit is contained in:
gnieark 2015-12-09 22:47:19 +01:00
parent 7b0075d213
commit 73d7d97446

View File

@ -51,7 +51,6 @@ header h1{
background-color:#fff; background-color:#fff;
} }
footer{ footer{
margin-top: -70px;
height: 70px; height: 70px;
display: block; display: block;
color: #343638; color: #343638;
@ -67,9 +66,7 @@ footer{
font-size: 12px; font-size: 12px;
line-height: 1.5em; line-height: 1.5em;
text-align: center; text-align: center;
width: 99%; width: 100%;
margin-top: -40px;
} }
footer a { footer a {
margin:0px 5px 0px 5px; margin:0px 5px 0px 5px;
@ -86,9 +83,6 @@ section{
margin: 0 auto; margin: 0 auto;
width: 90%; width: 90%;
padding-bottom: 40px; padding-bottom: 40px;
overflow:auto;
height: auto; !important; /* real browsers */
min-height: 100%;
} }
article{ article{
float: right; float: right;