moved css to its own folder
This commit is contained in:
parent
23223f5d85
commit
b36f7b06d9
2 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ body {
|
|||
|
||||
.control.navigate.left {
|
||||
left: 0;
|
||||
background-image: url(img/left.png);
|
||||
background-image: url(../img/left.png);
|
||||
}
|
||||
|
||||
.control.navigate.right {
|
||||
right: 0;
|
||||
background-image: url(img/right.png);
|
||||
background-image: url(../img/right.png);
|
||||
}
|
||||
|
||||
.ui-draggable {
|
Loading…
Add table
Add a link
Reference in a new issue