MediaWiki:Common.css: Difference between revisions

From Edd's Almanac
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.tocnumber { display: none; }
.tocnumber { display: none; }
.tablename .odd{
.tr .odd{
     background-color:#e0e0e0;
     background-color:#e0e0e0;
}
}

Latest revision as of 06:59, 16 November 2023

/* CSS placed here will be applied to all skins */
.tocnumber { display: none; }
.tr .odd{
    background-color:#e0e0e0;
}