Team:Heidelberg/tables

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <style type="text/css"> - wikitable class for skinning normal tables: table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; ...)
Line 28: Line 28:
background: white;
background: white;
}
}
 +
 +
table.wikitable.zebra tr {
 +
background-color:expression(rowIndex%2?(parentNode.parentNode.rowHighlightColor||"#dddddd"):"");
 +
}
 +
</style>
</style>

Revision as of 23:52, 17 October 2010