]> git.mjollnir.org Git - s9y.git/commitdiff
use proper template path variable
authorgarvinhicking <garvinhicking>
Sun, 3 Jul 2005 13:47:50 +0000 (13:47 +0000)
committergarvinhicking <garvinhicking>
Sun, 3 Jul 2005 13:47:50 +0000 (13:47 +0000)
templates/idea/style.css

index f9ada90396b9c27333d789844cd94aaaea60a51d..9ad4f24bdc5b1ce5d28fdc8d2ff3153c40570ba5 100644 (file)
@@ -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;