Index: branches/1.1.x/inc/content.css =================================================================== diff -u -N -r13092 -r13484 --- branches/1.1.x/inc/content.css (.../content.css) (revision 13092) +++ branches/1.1.x/inc/content.css (.../content.css) (revision 13484) @@ -1,6 +1,6 @@ /* -- RSS Feed Icon -- */ .link-rss a { - background:url('../img/icon-rss.png') no-repeat left top; + background:url('@templates_base@/img/icon-rss.png') no-repeat left top; display:block; height:19px; text-indent:-999em; @@ -49,28 +49,28 @@ } #side-box .round-top-red { - background:url('../img/bg-side-box-top-red.png') no-repeat left top; + background:url('@templates_base@/img/bg-side-box-top-red.png') no-repeat left top; height:16px; margin:0 -17px; } #side-box .round-bottom, #side-box-plain .round-bottom { - background:url('../img/bg-side-box-bottom.png') no-repeat left bottom; + background:url('@templates_base@/img/bg-side-box-bottom.png') no-repeat left bottom; height:16px; margin:0 -17px; } #side-box .round-top, #side-box-plain .round-top { - background:url('../img/bg-side-box-top.png') no-repeat left top; + background:url('@templates_base@/img/bg-side-box-top.png') no-repeat left top; height:16px; margin:0 -17px; } /* -- !Side Box -- */ #side-box h3 { - background:#960c03 url('../img/bg-side-box-top-red.png') no-repeat left top; + background:#960c03 url('@templates_base@/img/bg-side-box-top-red.png') no-repeat left top; border:none; color:#FFF; font-size:1.16em; @@ -80,7 +80,7 @@ } #side-box label { -background:url('../img/icon-email.png') no-repeat left center; +background:url('@templates_base@/img/icon-email.png') no-repeat left center; color:#9b9b9b; font-size:12px; display:block; @@ -97,7 +97,7 @@ } #side-box .submit input { - background:url('../img/bg-form-email-submit.png') no-repeat left top; + background:url('@templates_base@/img/bg-form-email-submit.png') no-repeat left top; border:none; color:#666; cursor:pointer; @@ -110,7 +110,7 @@ } #side-box .submit input:hover { - background-image:url('../img/bg-form-email-submit-hover.png'); + background-image:url('@templates_base@/img/bg-form-email-submit-hover.png'); color:#FFF; } @@ -167,20 +167,20 @@ } #content-main .round-top { - background:url('../img/bg-content-top.png') no-repeat left top; + background:url('@templates_base@/img/bg-content-top.png') no-repeat left top; height:21px; margin:0 -21px; } #content-main .round-bottom { - background:url('../img/bg-content-bottom.png') no-repeat left bottom; + background:url('@templates_base@/img/bg-content-bottom.png') no-repeat left bottom; height:21px; margin:0 -21px; } /* -- !Latest -- */ #block-latest .feature { -background:url('../img/bg-block-latest-featured.png') no-repeat 237px top; +background:url('@templates_base@/img/bg-block-latest-featured.png') no-repeat 237px top; color:#666; margin:5px 0 0; padding:10px 0 0 194px;