Team:Bordeaux/Test

From 2012.igem.org

(Difference between revisions)
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>
-
<img align="left" style="margin-bottom:0px; margin-top:3px; margin-left: -5px; padding:0;" src="https://static.igem.org/mediawiki/2011/9/98/Ubcigemheader4.jpg" usemap="#headermap" alt="UBC iGEM 2011 header">
+
 
 +
 
</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 */

  1. 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;

}

  1. p-logo {
  border: none;
  height: 0px;
  margin: -1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 975px;

}