Index: branches/1.1.x/in-bulletin/inc/styles.css =================================================================== diff -u -N -r13088 -r13481 --- branches/1.1.x/in-bulletin/inc/styles.css (.../styles.css) (revision 13088) +++ branches/1.1.x/in-bulletin/inc/styles.css (.../styles.css) (revision 13481) @@ -106,15 +106,15 @@ /* --- Topic Button Styles --- */ .big-button-left-border { - background: #EFEFEF url('../img/big_buttons/left_border.gif') repeat-y top left; + background: #EFEFEF url('@templates_base@/in-bulletin/img/big_buttons/left_border.gif') repeat-y top left; } .big-button-bottom td { - background: #EFEFEF url('../img/big_buttons/bottom_border.gif') repeat-x top left; + background: #EFEFEF url('@templates_base@/in-bulletin/img/big_buttons/bottom_border.gif') repeat-x top left; } .big-button-text { - background: #EFEFEF url('../img/big_buttons/top_border.gif') repeat-x top left; + background: #EFEFEF url('@templates_base@/in-bulletin/img/big_buttons/top_border.gif') repeat-x top left; font: bold 11px Arial, sans-serif; letter-spacing: 0px; color: #1F569A; @@ -127,11 +127,11 @@ /* --- Post Button Styles --- */ .small-button-bottom td { - background: #efefef url('../img/small_buttons/bottom_border.gif') repeat-x top left + background: #efefef url('@templates_base@/in-bulletin/img/small_buttons/bottom_border.gif') repeat-x top left } .small-button-text { - background: url('../img/small_buttons/top_border.gif') repeat-x top left; + background: url('@templates_base@/in-bulletin/img/small_buttons/top_border.gif') repeat-x top left; font: 10px Arial, sans-serif; color: #153C6A; padding-top: 15px;