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