Team:TU Delft

From 2010.igem.org

(Difference between revisions)
Line 6: Line 6:
padding: 0;
padding: 0;
font-size: 11px;
font-size: 11px;
-
width: 100%;
 
border: 1px solid #000;
border: 1px solid #000;
}
}
Line 187: Line 186:
Cufon.replace('h3'); // Works without a selector engine  
Cufon.replace('h3'); // Works without a selector engine  
Cufon.replace('#sub1'); // Requires a selector engine for IE 6-7, see above  
Cufon.replace('#sub1'); // Requires a selector engine for IE 6-7, see above  
-
//$("tr:nth-child(odd)").addClass("odd");
+
$("tr:nth-child(odd)").addClass("odd");
$("#TUD-loading-panel").hide();
$("#TUD-loading-panel").hide();

Revision as of 13:59, 25 October 2010