Team:HokkaidoU Japan/CSS
From 2014.igem.org
(Difference between revisions)
Line 61: | Line 61: | ||
#top-section { | #top-section { | ||
border: none; | border: none; | ||
+ | } | ||
+ | |||
+ | #description { | ||
+ | width: 100%; | ||
} | } |
Revision as of 16:43, 15 August 2014
body {
background: #ffffff;
}
- globalWrapper {
position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; border: 0; font-size: 100%;
}
- content {
position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; border: 0; font-size: 100%;
}
- bodyContent {
position: absolute; top: 0; left: 0; width: 100%; height: 0; margin: 0; padding: 0; border: 0; font-size: 100%;
}
- p-logo {
display: none;
}
- footer-box {
display: none;
}
- catlinks {
display: none;
}
.firstHeading {
display: none;
}
- search-controls {
display: none;
}
- top-section {
border: none;
}
- description {
width: 100%;
}