mirror of
https://github.com/gamaio/unps.us-Shortener.git
synced 2025-07-30 13:50:17 +00:00
Fix background image link
I forgot to change this during testing
This commit is contained in:
@@ -5,7 +5,7 @@ body{
|
|||||||
line-height:1;
|
line-height:1;
|
||||||
font-family:"Lucida Grande", Arial, Helvetica, Sans-Serif;
|
font-family:"Lucida Grande", Arial, Helvetica, Sans-Serif;
|
||||||
background-color: #434C56;
|
background-color: #434C56;
|
||||||
background-image: url(http://localhost/bswork/assets/images/body.jpg);
|
background-image: url(../images/body.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-wrapper {
|
.navbar-wrapper {
|
||||||
|
Reference in New Issue
Block a user