From ad0a6832081aee28ab128f93e881aa3b6c09659e Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Thu, 6 Dec 2012 09:51:33 -0500 Subject: [PATCH] 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/ --- templates/doc/chapter.xsl | 2 +- templates/doc/index.xsl | 4 ++-- templates/static/doc/index.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 { -- 2.30.2