Team:EPF-Lausanne/Template/style.css

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
#p-logo a{
#p-logo a{
color: transparent;
color: transparent;
 +
}
 +
 +
#content{
 +
border-top: 1px solid black;
 +
}
 +
 +
.firstHeading{
 +
position: relative;
 +
top: 50px;
 +
z-index: 50;
 +
border: 0;
 +
}
 +
 +
#bodyContent{
 +
position: relative;
 +
top: -50px;
}
}

Revision as of 22:15, 3 June 2012

  1. top-section{

margin-bottom: 40px; }

  1. footer-box{

margin-top: 40px; }

  1. p-logo a{

color: transparent; }

  1. content{

border-top: 1px solid black; }

.firstHeading{ position: relative; top: 50px; z-index: 50; border: 0; }

  1. bodyContent{

position: relative; top: -50px; }