From: Phil Pennock Date: Thu, 6 Dec 2012 14:51:33 +0000 (-0500) Subject: Fix resource references missing /static/ X-Git-Tag: exim-4_89_1~38 X-Git-Url: https://git.exim.org/exim-website.git/commitdiff_plain/ad0a6832081aee28ab128f93e881aa3b6c09659e Fix resource references missing /static/ There's an old /doc/ on tahini, not created/managed by build. This seems to get things working for me. Testing on http://exim.spodhuis.org/ --- diff --git a/templates/doc/chapter.xsl b/templates/doc/chapter.xsl index bb0a337..52b47f9 100644 --- a/templates/doc/chapter.xsl +++ b/templates/doc/chapter.xsl @@ -32,7 +32,7 @@
diff --git a/templates/doc/index.xsl b/templates/doc/index.xsl index 651cde7..6237269 100644 --- a/templates/doc/index.xsl +++ b/templates/doc/index.xsl @@ -42,8 +42,8 @@
diff --git a/templates/static/doc/index.css b/templates/static/doc/index.css index 63ea01f..708da46 100644 --- a/templates/static/doc/index.css +++ b/templates/static/doc/index.css @@ -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 {