diff options
Diffstat (limited to 'media/sass/photos.sass')
-rw-r--r-- | media/sass/photos.sass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media/sass/photos.sass b/media/sass/photos.sass index 1c8619a..93752d3 100644 --- a/media/sass/photos.sass +++ b/media/sass/photos.sass @@ -98,7 +98,7 @@ li.jcarousel-item a img.thumb width: 20px height: 53px margin-top: 695px - background: transparent url('/media/img/slideshow-arrow-right.png') no-repeat 0 0 + background: transparent url('../img/slideshow-arrow-right.png') no-repeat 0 0 .jcarousel-next-horizontal:hover background-position: -20px 0 @@ -118,7 +118,7 @@ li.jcarousel-item a img.thumb height: 53px margin-left: 7px margin-top: 695px - background: transparent url('/media/img/slideshow-arrow-left.png') no-repeat 0 0 + background: transparent url('../img/slideshow-arrow-left.png') no-repeat 0 0 .jcarousel-prev-horizontal:hover background-position: -20px 0 @@ -164,7 +164,7 @@ ul#feature_gallery_pager li z-index: 2000 margin: 0 padding: 0 - background: url('/media/img/mapbg.png') no-repeat top left + background: url('../img/mapbg.png') no-repeat top left #exif-container width: 320px height: 270px @@ -172,7 +172,7 @@ ul#feature_gallery_pager li right: 0px bottom: 26px z-index: 2000 - background: url('/media/img/exifbg.png') no-repeat top left + background: url('../img/exifbg.png') no-repeat top left #map-wrapper width: 400px height: 328px |