Commit 6b810cd7 by Scott Vivian

Snow theme: keep footer at bottom; fixes #10

parent e576e104
......@@ -60,10 +60,15 @@
font-style:italic;
line-height:20px;
}
html {
position: relative;
min-height: 100%;
}
body {
background:#eee url(images/bodybg.jpg)repeat left top;
text-align:center;
margin:0;
margin: 0 0 80px;
padding:0;
}
body,td,input,textarea {
......@@ -928,8 +933,12 @@ div.header-banner{
padding-left:20px;
}
.qa-footer-bottom-group{
background:#ddd;
border-top:1px solid #aaa;
background: #ddd;
border-top: 1px solid #aaa;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.qa-footer {
clear:both;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment