Team:Bordeaux/Test
From 2012.igem.org
(Difference between revisions)
ChristopheD (Talk | contribs) |
ChristopheD (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | /* Adapted from TU Delft 2010's Pieter van Boheemen's Wiki Hacks and 2011 Queens_Canada Wiki code - START Wiki Hacks */ | ||
+ | |||
+ | #top-section { | ||
+ | border: none; | ||
+ | height: 0px; | ||
+ | width: 975px; | ||
+ | margin: 0px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | border-bottom: none; | ||
+ | margin-bottom: 0; | ||
+ | padding: 0; | ||
+ | font-size: 10pt; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | border: none; | ||
+ | height: 0px; | ||
+ | margin: -1px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 0; | ||
+ | width: 975px; | ||
+ | } | ||
+ | |||
<html> | <html> | ||
- | + | ||
+ | |||
</html> | </html> |
Revision as of 08:40, 20 June 2012
/* Adapted from TU Delft 2010's Pieter van Boheemen's Wiki Hacks and 2011 Queens_Canada Wiki code - START Wiki Hacks */
- top-section {
border: none; height: 0px; width: 975px; margin: 0px; margin-left: auto; margin-right: auto; border-bottom: none; margin-bottom: 0; padding: 0; font-size: 10pt;
}
- p-logo {
border: none; height: 0px; margin: -1px; margin-left: auto; margin-right: auto; margin-bottom: 0; width: 975px;
}