Template:Team:KIT-Kyoto/table

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> .materials{ } </style> <script type="text/javascript"> $(function() { $('tr:odd').css({ backgroundColor:'rgba(300,30...")
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
.materials{
.materials{
 +
background-color:rgba(0,0,0,0);
 +
border-collapse: collapse;
 +
}
 +
.materials th{
 +
text-align:left;
 +
background-color:rgba(0,300,100,0.3);
}
}
 +
</style>
</style>
<script type="text/javascript">
<script type="text/javascript">
Line 15: Line 22:
     });   
     });   
</script>
</script>
 +
</html>

Revision as of 15:00, 9 September 2014