Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 3: Line 3:
h1 {
h1 {
   color : red;
   color : red;
 +
}
 +
 +
/* MediaWiki mods */
 +
 +
.firstHeading {
 +
display:none;
}
}

Revision as of 10:18, 27 June 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

/* MediaWiki mods */

.firstHeading {

display:none;

}