| Line 308: |
Line 308: |
| | } | | } |
| | | | |
| | + | /*----------*/ |
| | | | |
| | + | html, body { |
| | + | height: 100%; |
| | + | margin: 0; |
| | + | } |
| | + | .skin-vector-legacy { |
| | + | min-height: 100%; |
| | | | |
| − | #footer { | + | /* Equal to height of footer */ |
| | + | /* But also accounting for potential margin-bottom of last child */ |
| | + | margin-bottom: -50px; |
| | + | } |
| | + | #rfooter, |
| | + | #rpush { |
| | + | height: 50px; |
| | background-color: red; | | background-color: red; |
| | color: white; | | color: white; |
| − | height: 100px;
| |
| | } | | } |