moved css to its own folder

This commit is contained in:
Bala Clark 2011-09-01 10:49:32 +02:00
parent 23223f5d85
commit b36f7b06d9
2 changed files with 2 additions and 2 deletions

View file

@ -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 {