Renaming file assets folder to resources to not confuse with Liquid assets.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
height: 200px;
|
||||
left: 0;
|
||||
top: -50px;
|
||||
background-image: url('/assets/divider-new.png');
|
||||
background-image: url('/resources/divider-new.png');
|
||||
background-repeat: repeat-y;
|
||||
position: absolute;
|
||||
margin-bottom: 120px;
|
||||
|
||||
Reference in New Issue
Block a user