From: garvinhicking Date: Sun, 3 Jul 2005 13:47:50 +0000 (+0000) Subject: use proper template path variable X-Git-Tag: 0.9~354 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=52c7ff8651e5dd217bbfb3480941c76fc3c0e97c;p=s9y.git use proper template path variable --- diff --git a/templates/idea/style.css b/templates/idea/style.css index f9ada90..9ad4f24 100644 --- a/templates/idea/style.css +++ b/templates/idea/style.css @@ -55,7 +55,7 @@ input[type="checkbox"] { blockquote { border: 1px #999 dashed; - background-image: url(templates/idea/img/quote.gif); + background-image: url({TEMPLATE_PATH}img/quote.gif); background-repeat: no-repeat; background-position: 0.5em 0.5em; padding: 1em; @@ -64,7 +64,7 @@ blockquote { } ul { - list-style-image: url(templates/idea/img/bullet.gif); + list-style-image: url({TEMPLATE_PATH}img/bullet.gif); list-style-type: circle; padding-left: 1em; } @@ -80,7 +80,7 @@ ul { /* Banner */ #serendipity_banner { - background-image: url(templates/idea/img/I_had_an_idea.jpg); + background-image: url({TEMPLATE_PATH}img/I_had_an_idea.jpg); background-repeat: no-repeat; height: 150px; } @@ -210,7 +210,7 @@ div.serendipity_Entry_Date { border-bottom: 1px #999 dashed; text-align: right; - background-image: url(templates/idea/img/clock_face_messy_paint_runs.jpg); + background-image: url({TEMPLATE_PATH}img/clock_face_messy_paint_runs.jpg); background-repeat: no-repeat; background-position: bottom right; height: 21px;