Team:UCL Academy/css
From 2013hs.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
margin-left: 10px; | margin-left: 10px; | ||
} | } | ||
- | |||
- | |||
#search-controls{ | #search-controls{ | ||
Line 28: | Line 26: | ||
top: -15px; | top: -15px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.firstHeading{ | .firstHeading{ | ||
Line 43: | Line 33: | ||
h1{ | h1{ | ||
border:none; | border:none; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | width:950px; | ||
+ | padding:0px; | ||
+ | border:none; | ||
+ | background:none; | ||
} | } |
Revision as of 09:48, 9 June 2013
body{ margin: 0px;
background: #fcfaf8;
}
- toc{
float: right; margin-left: 10px;
}
- search-controls{
display: none;
}
- catlinks{
display: none;
}
- p-logo{
display: none;
}
- top-section{
border: none; height: auto; top: -15px;
}
.firstHeading{ display:none; }
h1{
border:none;
}
- content{
width:950px; padding:0px; border:none; background:none;
}