Work on another layout option, fix footer
This commit is contained in:
parent
9e884ac116
commit
7c9d9c7ab1
3 changed files with 47 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue