Team:KAIST Korea/enter

From 2012.igem.org

(Difference between revisions)
m (Changed: globalWrapper)
m (Changing... yet)
Line 1: Line 1:
-
<!DOCTYPE html>
 
<html>
<html>
<head>
<head>
<style type="text/css">
<style type="text/css">
 +
 +
/* Cross-Browsing */
/* Cross-Browsing */
Line 12: Line 13:
table {border-collapse:collapse; border-spacing:0;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
td {vertical-align:top;}
 +
 +
/* Fixing Media Wiki Default */
/* Fixing Media Wiki Default */
 +
#globalWrapper
#globalWrapper
{
{
Line 19: Line 23:
min-width: 980px;
min-width: 980px;
padding: 0;
padding: 0;
 +
}
 +
 +
#top-section
 +
{
 +
height: 50px;
 +
width: 980px;
 +
margin: 0 auto 0 auto;
 +
border: none;
 +
}
 +
 +
#top-section #p-logo
 +
{
 +
display: none;
 +
}
 +
 +
#content
 +
{
 +
 +
}
 +
 +
#content a
 +
{
 +
color: #000000;
 +
}
 +
 +
#content .firstHeading
 +
{
 +
margin: 0;
 +
font-size: 2em;
 +
font-weight: bold;
 +
}
 +
 +
#footer-box
 +
{
 +
margin: 0;
 +
width: 980px;
 +
padding: 0;
 +
background: none;
 +
border: none;
 +
display: none;
}
}

Revision as of 13:16, 10 August 2012