CSV to HTML translation: Difference between revisions

Content deleted Content added
→‎With Styling: Remove link to nonexistent file.
→‎With Styling: Nuke excessive indentation in CSS.
Line 2,877:
<style type="text/css">
tr.odd td {
background-color: #CC9999; color: black;
}
tr.even td {
background-color: #9999CC; color: black;
}
th {
background-color: #99CC99; color: black;
}
</style>
Line 2,906:
<lang html5><style type="text/css">
tr.odd td {
background-color: #CC9999; color: black;
}
tr.even td {
background-color: #9999CC; color: black;
}
th {
background-color: #99CC99; color: black;
}
</style>