MediaWiki:Common.less/infotablebonuses.less

From RuneScape Classic Wiki
Jump to navigation Jump to search
// <pre>
/* =========================================
     [[Template:Infotable Bonuses header]]
     [[Template:Infotable Bonuses row]]
     [[Template:Infotable Bonuses totals]]
   ========================================= */

.infotableBonuses {

    .attribute-value {
        background: #f5f5f5;
    }

    .attribute-total {
        background: #f2f2f2;

        .attribute-value {
            background: #f2f2f2;
        }

    }

}