Change background image to simple background color

This commit is contained in:
mespeche
2013-09-19 10:15:14 +02:00
parent 18d9e03172
commit a02ba364be
2 changed files with 6 additions and 4 deletions

View File

@@ -7,8 +7,9 @@
// -------------------------
body {
background: #FFF url("@{imgDir}/bg.jpg") top left no-repeat;
background-size: cover;
// background: #FFF url("@{imgDir}/bg.jpg") top left no-repeat;
// background-size: cover;
background-color: #eee;
}

File diff suppressed because one or more lines are too long