Fix background image link

I forgot to change this during testing
This commit is contained in:
Arctic Code 2013-09-01 15:05:03 -05:00
parent 358fe93ab9
commit c97b864d44
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ body{
line-height:1;
font-family:"Lucida Grande", Arial, Helvetica, Sans-Serif;
background-color: #434C56;
background-image: url(http://localhost/bswork/assets/images/body.jpg);
background-image: url(../images/body.jpg);
}
.navbar-wrapper {