Difference between revisions of "User:Jeremi"

From Rangjung Yeshe Wiki - Dharma Dictionary
Jump to navigation Jump to search
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
Line 1: Line 1:
 
<syntaxhighlight lang="css">
 
<syntaxhighlight lang="css">
 
 
.smwtable .row-even {background-color:#FFF;}
 
.smwtable .row-even {background-color:#FFF;}
  
Line 10: Line 9:
 
     background-color: #cde6ea;
 
     background-color: #cde6ea;
 
}
 
}
 
 
</syntaxhighlight >
 
</syntaxhighlight >

Revision as of 12:53, 11 May 2021

.smwtable .row-even {background-color:#FFF;}

.smwtable .row-even {
    background-color: #fff;
}

.smwtable .row-odd {
    background-color: #cde6ea;
}