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;
}
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;
}
/* 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;
}
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;