mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Fix background repetition on IE6
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user