Template:Team:Edinburgh/Code

From 2013.igem.org

(Difference between revisions)
Line 36: Line 36:
a {
a {
color: #2b6196;
color: #2b6196;
 +
text-decoration: underline;
}
}
Line 422: Line 423:
     var hash = pValue +"-" + Cal.GetMonthName();
     var hash = pValue +"-" + Cal.GetMonthName();
if (document.getElementById(hash)) {
if (document.getElementById(hash)) {
-
return "<td class='" + css_class + "'> <a href='#"  + hash + "'>"+pValue +"</a></td>";
+
return "<td class='" + css_class + " hasEntries'> <a href='#"  + hash + "'>"+pValue +"</a></td>";
} else {
} else {
return "<td class='" + css_class + " noEntries'>" + pValue +"</td>";
return "<td class='" + css_class + " noEntries'>" + pValue +"</td>";

Revision as of 19:11, 29 September 2013