Work on another layout option, fix footer

This commit is contained in:
calzoneman 2013-04-27 18:49:39 -05:00
parent 9e884ac116
commit 7c9d9c7ab1
3 changed files with 47 additions and 1 deletions

View file

@ -1,3 +1,20 @@
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -90px;
}
#footer, .push {
height: 30px;
margin: 0;
clear: both;
}
.videolist {
list-style: none outside none;
margin-left: 0;
@ -15,7 +32,7 @@
.qe_btn {
height: 20px;
font-family: Monospace;
padding: 0 5px;
padding: 0 5px 0 5px;
margin: auto;
overflow: hidden;
}