diff --git a/modules/jquery.wikiEditor.html b/modules/jquery.wikiEditor.html
index b13ca6c7..f11521a3 100644
--- a/modules/jquery.wikiEditor.html
+++ b/modules/jquery.wikiEditor.html
@@ -59,7 +59,7 @@
padding: 0.5em 4px;
padding-top: 1.25em;
margin-top: -0.95em;
- background: #F3F3F3 url(images/wikiEditor/templateEditor/text-base.png) repeat-x scroll center top;
+ background: #F3F3F3 url(images/templateEditor/text-base.png) repeat-x scroll center top;
display: block;
width: 100%;
border-bottom: solid 1px #cccccc;
@@ -76,7 +76,7 @@
margin-bottom: -1px;
margin-right: 2px;
overflow: hidden;
- background: url( '../../images/wikiEditor/templateEditor/name-base.png' ) 0 0 repeat-x #e8e8e8;
+ background: url(images/templateEditor/name-base.png) 0 0 repeat-x #e8e8e8;
color: #000000;
font-family: monospace;
text-decoration: none;
@@ -108,16 +108,16 @@
text-decoration: underline;
}
.wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-expand {
- background-image: url(images/wikiEditor/templateEditor/collapse.png);
+ background-image: url(images/templateEditor/collapse.png);
}
.wikiEditor-templateEditor .wikiEditor-template-expanded .wikiEditor-template-dialog {
- background-image: url(images/wikiEditor/templateEditor/dialog-expanded.png);
+ background-image: url(images/templateEditor/dialog-expanded.png);
}
.wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-expand {
- background-image: url(images/wikiEditor/templateEditor/expand.png);
+ background-image: url(images/templateEditor/expand.png);
}
.wikiEditor-templateEditor .wikiEditor-template-collapsed .wikiEditor-template-dialog {
- background-image: url(images/wikiEditor/templateEditor/dialog-collapsed.png);
+ background-image: url(images/templateEditor/dialog-collapsed.png);
}
.wikiEditor-templateEditor .wikiEditor-template-expanded {
display: block;