MediaWiki:Common.css: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* even and odd in tables */ | /* even and odd in tables */ | ||
.smwtable .row-even {background-color:#FFF;} | .smwtable .row-even {background-color:#FFF;} | ||
.smwtable .row-odd {background-color:# | .smwtable .row-odd {background-color:#F5FAFF;} | ||
Revision as of 17:40, 20 June 2014
/* CSS placed here will be applied to all skins */
/* even and odd in tables */
.smwtable .row-even {background-color:#FFF;}
.smwtable .row-odd {background-color:#F5FAFF;}