Fix background repetition on IE6

This commit is contained in:
RichardG867
2021-12-04 14:20:39 -03:00
parent 8d50d31d54
commit ecc0ee8268

View File

@@ -9,7 +9,7 @@ html {
/* Body Layout */
body {
background: url("/assets/images/starsky.png");
background-repeat: no-repeat;
background-repeat: repeat-x;
background-color: #212e40;
margin: 12px 8px;
}