Fixed background inconsistency across page
This commit is contained in:
parent
640f1612e7
commit
3b5430690f
@ -15,9 +15,8 @@ body {
|
|||||||
|
|
||||||
background-image: url(../global/fade.png);
|
background-image: url(../global/fade.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: top;
|
|
||||||
background-color: var(--main-bg-end-color);
|
background-color: var(--main-bg-end-color);
|
||||||
background-position: left;
|
background-position: left top;
|
||||||
|
|
||||||
margin:0;
|
margin:0;
|
||||||
padding-bottom:26px;
|
padding-bottom:26px;
|
||||||
|
Loading…
Reference in New Issue
Block a user