Fix the image paths for the galleria theme.
This commit is contained in:
@@ -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
@@ -93,7 +93,7 @@ header {
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
@import "../js/galleria.classic";
|
||||
@import "galleria.classic";
|
||||
|
||||
/* footer */
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user