Team:Freiburg Software/css

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> - from the wiki: #content { width: 965px; background: #444444 url(http://www.molbiotech.uni-freiburg.de/iGEM/wiki2010/images/c/c7/Freiburg_10_Banner_software_2.png) no-r...)
Line 13: Line 13:
/* Banner */
/* Banner */
-
#banner{
+
#banner {
width: 965px;
width: 965px;
height: 220px;
height: 220px;
margin: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
-
/*border: 1px solid black;*/
+
}
 +
 
 +
/* Main area */
 +
 
 +
#main_area {
 +
float: right;
 +
color: white;
 +
font-size: 12px;
 +
width: 780px;
 +
height: auto;
 +
border: 1px solid yellow;
 +
margin: 50px 0px 0px 0px;">
}
}

Revision as of 13:05, 17 October 2010