IBBoard wrote:One thing I forgot to ask - how accurate was the timing? I tried to re-apply the mod to Gold from the instructions and I think I had it about right, but then I knew what I was doing.
Code: Select all
<!--
/* Multy Ranks */
.icon-ranks {
background-position: 0 50%;
background-repeat: no-repeat;
background-image: none;
padding: 1px 0 0 17px;
}
.icon-ranks { background-image: url("./images/icon_ranks.gif"); }
.rtl .icon-ranks {
background-position: 100% 50%;
padding: 1px 17px 0 0;
}
Code: Select all
<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" /> <!-- ENDIF -->
<!-- ENDIF -->
Code: Select all
<a href="{U_RANKS}" title="{L_RANKS_EXPLAIN}" class="icon-ranks">{L_RANKS}</a>