Team:NTNU Trondheim/ntnu style.css

From 2011.igem.org

(Difference between revisions)
Line 9: Line 9:
.firstHeading {  
.firstHeading {  
  display:none;
  display:none;
 +
}
 +
 +
.globalWrapper {
 +
  background-color: transparent;
 +
  padding-bottom:0px;
 +
  border: none;
 +
}
}

Revision as of 10:22, 27 June 2011

/*Stylesheet for NTNU_Trondheim*/

h1 {

 color : red;

}

/* MediaWiki mods */

.firstHeading {

display:none;

}

.globalWrapper {

  background-color: transparent;
  padding-bottom:0px;
  border: none;

}