MediaWiki:Common.css: Difference between revisions

From RoboCo
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


.tablename .odd{
.tablename .odd{
     background-color:white;
     background-color:lightgrey;
}
}

Revision as of 01:19, 28 October 2022

/* CSS placed here will be applied to all skins */

.tablename .odd{
    background-color:lightgrey;
}