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
- top-section{
margin-bottom: 40px; }
- footer-box{
margin-top: 40px; }
- p-logo a{
color: transparent; }
- content{
border-top: 1px solid black; }
.firstHeading{ position: relative; top: 50px; z-index: 50; border: 0; }
- bodyContent{
position: relative; top: -50px; }