Team:Kyoto/CSS

From 2009.igem.org

(Difference between revisions)
m
(h1.firstHeading)
 
(16 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
*{
 
-
margin:0;
 
-
padding:0;
 
-
font-size:100%;
 
-
}
 
-
h1.firstHeading{
 
-
    display:none;
 
-
}
 
-
#contentSub{height:0.1px;}
 
caption{
caption{
-
     font-weight:bold
+
     font-weight:bold;
}
}
#maincontents{
#maincontents{
     float:left;
     float:left;
-
     margin-left:210px;
+
    width:755px;
-
     width:740px;
+
     margin:0px 0px 0px 10px;
-
     min-height:400px;
+
}
-
     margin-top:-20px;
+
table.notebook{
 +
     width:100%;
 +
     margin-bottom:1.5em;
 +
}
 +
table.notebook td{
 +
    padding:0.5em 1em;
 +
}
 +
table.data{
 +
     margin:auto;
 +
}
 +
table.data td{
 +
    text-align:right;
 +
}
 +
table.notebook div.thumb{
 +
    border:none;
 +
}
 +
hr{
 +
    clear:both;
}
}
-
 
</style>
</style>
</html>
</html>

Latest revision as of 17:30, 27 August 2009