Commit 6b810cd7 by Scott Vivian

Snow theme: keep footer at bottom; fixes #10

parent e576e104
...@@ -60,10 +60,15 @@ ...@@ -60,10 +60,15 @@
font-style:italic; font-style:italic;
line-height:20px; line-height:20px;
} }
html {
position: relative;
min-height: 100%;
}
body { body {
background:#eee url(images/bodybg.jpg)repeat left top; background:#eee url(images/bodybg.jpg)repeat left top;
text-align:center; text-align:center;
margin:0; margin: 0 0 80px;
padding:0; padding:0;
} }
body,td,input,textarea { body,td,input,textarea {
...@@ -928,8 +933,12 @@ div.header-banner{ ...@@ -928,8 +933,12 @@ div.header-banner{
padding-left:20px; padding-left:20px;
} }
.qa-footer-bottom-group{ .qa-footer-bottom-group{
background:#ddd; background: #ddd;
border-top:1px solid #aaa; border-top: 1px solid #aaa;
position: absolute;
left: 0;
right: 0;
bottom: 0;
} }
.qa-footer { .qa-footer {
clear:both; 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