User:Jeremi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
((by SublimeText.Mediawiker)) |
||
Line 1: | Line 1: | ||
= | <syntaxhighlight lang="css"> | ||
.smwtable .row-even {background-color:#FFF;} | |||
< | |||
.smwtable .row-even { | |||
background-color: #fff; | |||
} | |||
.smwtable .row-odd { | |||
background-color: #cde6ea; | |||
} | |||
</syntaxhighlight > |
Revision as of 11:51, 11 May 2021
.smwtable .row-even {background-color:#FFF;}
.smwtable .row-even {
background-color: #fff;
}
.smwtable .row-odd {
background-color: #cde6ea;
}