Template:Team:Edinburgh/CSS

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
/* GENERAL HOUSEKEEPING
 +
body {
body {
-
background: #F00;
+
background: #EEE;
 +
}
 +
 
 +
#top-section #p-logo, #top-section #search-controls {
 +
display: none;
 +
}
 +
 
 +
#top-section {
 +
height: auto;
 +
padding: 0px;
 +
margin: 0px;
 +
border: 0px none;
 +
width: auto;
 +
}
 +
 
 +
.firstHeading, #catlinks, #footer-box {
 +
display: none;
}
}

Revision as of 02:27, 17 October 2014

/* GENERAL HOUSEKEEPING

body { background: #EEE; }

  1. top-section #p-logo, #top-section #search-controls {

display: none; }

  1. top-section {

height: auto; padding: 0px; margin: 0px; border: 0px none; width: auto; }

.firstHeading, #catlinks, #footer-box { display: none; }