Fix the image paths for the galleria theme.

This commit is contained in:
Simon
2012-12-14 23:33:34 +01:00
parent 4d2c24f29d
commit aa26253d0a
5 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
right: 10px;
z-index: 2;
display: none;
background: url(classic-loader.gif) no-repeat 2px 2px;
background: url('../img/classic-loader.gif') no-repeat 2px 2px;
}
.galleria-info {
width: 50%;
@@ -217,6 +217,6 @@
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
background-image: url(classic-map.png);
background-image: url('../img/classic-map.png');
background-repeat: no-repeat;
}

File diff suppressed because one or more lines are too long

View File

@@ -93,7 +93,7 @@ header {
height: 600px;
}
@import "../js/galleria.classic";
@import "galleria.classic";
/* footer */

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB