css: fix cosmetic issue with background on some page heights
This commit is contained in:
parent
450944cd0b
commit
6ed253c7b9
@ -48,7 +48,7 @@ h1 {
|
||||
|
||||
html, body {
|
||||
/* structural */
|
||||
min-height:100%;
|
||||
min-height:100vh;
|
||||
margin:0;
|
||||
border:0;
|
||||
padding:0;
|
||||
@ -73,9 +73,7 @@ body {
|
||||
width:960px;
|
||||
position:relative;
|
||||
|
||||
height:auto !important;
|
||||
height:100%; /* oldIE */
|
||||
min-height:100%;
|
||||
min-height:100vh;
|
||||
|
||||
/* cosmetic */
|
||||
background:white;
|
||||
|
Loading…
Reference in New Issue
Block a user