CU-Boulder:Header

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<script>
<script>
 +
/*This removes all the iGEM stylesheets before the site adds its own
 +
There are just too many styles to overide to make it worth using them at all
 +
Doing a website on a WIKI is a pain in the neck. Stuff is at least 10x harder than
 +
it should be.*/
var styleSheets = document.styleSheets;
var styleSheets = document.styleSheets;
-
var href = 'https://2013.igem.org/wiki/skins/igem/main.css?270';
 
for (var i = 0; i < styleSheets.length; i++) {
for (var i = 0; i < styleSheets.length; i++) {
     console.log(styleSheets[i].href);
     console.log(styleSheets[i].href);

Revision as of 16:46, 4 July 2013