mirror of https://github.com/dirtbags/moth.git
fixed repeat attribute
This commit is contained in:
parent
bc20a76487
commit
5ba0e55a18
|
@ -3,7 +3,7 @@ html,body {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
background-image: url(",binary.png");
|
background-image: url(",binary.png");
|
||||||
background-repeat: repeat-x repeat-y;
|
background-repeat: repeat;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue