fixed repeat attribute

This commit is contained in:
Curt Hash 2009-10-13 15:00:36 -06:00
parent bc20a76487
commit 5ba0e55a18
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }