Code: Select all
.bg1, .bg2, .bg3 {
background-color: #7b5a47;
background-image: url("{T_THEME_PATH}/images/bg_row.gif");
background-repeat: repeat;
}
then we must also change .online
because the image is repeated along
Code: Select all
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}