Template:UCSF/Header

From 2010.igem.org

(Difference between revisions)
Line 97: Line 97:
if (toBeTOCced[i].nodeName == 'H2'){  
if (toBeTOCced[i].nodeName == 'H2'){  
                         tmp.style.color="black";
                         tmp.style.color="black";
 +
                        tmp.style.font-weight="bold";
                 }
                 }
                 if (toBeTOCced[i].nodeName == 'H3'){
                 if (toBeTOCced[i].nodeName == 'H3'){
tmp.className += ' indent';  
tmp.className += ' indent';  
-
                         tmp.style.color="#333333";
+
                         tmp.style.color="black";
                 }
                 }
if (toBeTOCced[i].nodeName == 'H4'){
if (toBeTOCced[i].nodeName == 'H4'){

Revision as of 08:24, 10 October 2010