mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 12:57:26 +00:00
Fix background image link
I forgot to change this during testing
This commit is contained in:
parent
358fe93ab9
commit
c97b864d44
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user