Team:Paris-Saclay/header.css

From 2012.igem.org

(Difference between revisions)
Line 29: Line 29:
#header-paris-saclay {
#header-paris-saclay {
  width : 1000px;
  width : 1000px;
-
  height : 200px;
+
  height : 220px;
 +
overflow : hidden;
}
}

Revision as of 12:51, 10 August 2012

/* remove the header */

  1. p-logo {

display:none; }

  1. top-section {
width : 0px;
height : 0px;

}

  1. footer-box {

display : none; }

  1. searchform{

display : none; }

.firstHeading{ display : none; }

  1. banner {

border : none; }

  1. header-paris-saclay {
width : 1000px;
height : 220px;
overflow : hidden;

}