Fix resource references missing /static/
[exim-website.git] / templates / static / doc / index.css
index 63ea01fddfddc6a7b7b5d8d90df8824aeeccf8c0..708da46b803dfbdf9c48df78e555b44704879449 100644 (file)
@@ -48,7 +48,7 @@
 
 #chapters.expandable li.chapter .button {
        display:                        block;
-       background-image:               url('../../../../doc/plus-12x12.png');
+       background-image:               url('../../../../static/doc/plus-12x12.png');
 }
 
 #chapters.expandable li.chapter span.chapter_title.nosub {
@@ -60,7 +60,7 @@
 }
 
 #chapters.expandable li.chapter.open .button {
-       background-image:               url('../../../../doc/minus-12x12.png');
+       background-image:               url('../../../../static/doc/minus-12x12.png');
 }
 
 #chapters.expandable li.chapter.open ul.sections {