Team:Osaka/Team members

From 2010.igem.org

(Difference between revisions)
Shaothing (Talk | contribs)
(New page: <style> table.gallery { border-collapse:collapse; empty-cells:show; margin:15px 0 15px 0; } div.pic{ width:100%; height:80%; t...)
Newer edit →

Revision as of 12:36, 26 October 2010

<style> table.gallery {

        border-collapse:collapse;
        empty-cells:show;

margin:15px 0 15px 0;

}

div.pic{

            width:100%;
            height:80%;
            text-align:center;
            background-color:#eeeeee;
            margin:0;

} table.gallery td{

   width:160px;
   height:220px;
   border:2px solid #cccccc;
   background-color:#eeeeee;
   padding:0;
 

} div.name{

            width:100%;
            height:20%;
            text-align:center;
            background-color:#ffffff;
            margin:0;

} </style>


</div> </html>