Template:UCSF/Header

From 2010.igem.org

(Difference between revisions)
Line 100: Line 100:
                 if (toBeTOCced[i].nodeName == 'H3'){
                 if (toBeTOCced[i].nodeName == 'H3'){
tmp.className += ' indent';  
tmp.className += ' indent';  
 +
                        tmp.style.color="#666666";
                 }
                 }
if (toBeTOCced[i].nodeName == 'H4'){
if (toBeTOCced[i].nodeName == 'H4'){
tmp.className += ' extraindent';
tmp.className += ' extraindent';
 +
                        tmp.style.color="#CCCCCC";
                 }
                 }
if (toBeTOCced[i].nodeName == 'H5'){
if (toBeTOCced[i].nodeName == 'H5'){

Revision as of 08:17, 10 October 2010