Template:Osaka/Css

From 2010.igem.org

(Difference between revisions)
Line 73: Line 73:
div#wrap{
div#wrap{
-
height: 100%;
+
height:100%;
-
width: 900px;
+
width: 950px;
margin:0 auto;
margin:0 auto;
-
border:0px;
 
background-color:#FFFFFF;
background-color:#FFFFFF;
-
/*overflow:hidden;*/
+
 
}
}
div#left{
div#left{
-
padding:10px 0px 0px 10px;
+
padding:0px 0px 0px 10px;
border:0px;
border:0px;
background-color:#FFFFFF;
background-color:#FFFFFF;
width:300px;
width:300px;
-
position:absolute;
+
float:left;
-
top:0px;
+
-
left:0px;
+
height:100%;
height:100%;
}
}
Line 154: Line 151:
div#right{
div#right{
-
position:absolute;
+
-
left:300px;
+
padding:0px 10px 0px 10px ;
padding:0px 10px 0px 10px ;
-
width:100%;
+
width:620px;
height:100%;
height:100%;
background-color:#FFFFFF;
background-color:#FFFFFF;
Line 201: Line 197:
}
}
.release{ clear:both;
.release{ clear:both;
 +
}
 +
.release hr{
 +
display:none;
}
}
.picture{ padding:0px 0px 0px 10px;
.picture{ padding:0px 0px 0px 10px;
Line 210: Line 209:
-
</style>
+
</style>
 +
 
</html>
</html>

Revision as of 11:39, 8 September 2010