Template:Team:KIT-Kyoto/safety form

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
.safety{
.safety{
-
border-collapse: collapse;
 
background-color:rgba(0,0,0,0);
background-color:rgba(0,0,0,0);
}
}
-
.safety th{
 
-
text-align:left;
 
-
}
 
-
 
-
.safety td{
 
-
padding:5px 10px;
 
-
}
 
</style>
</style>
<script type="text/javascript">
<script type="text/javascript">
     $(function() {     
     $(function() {     
-
         $('tr:even').css({   
+
         $('.safety li:even').css({   
-
             'list-style-type':'lower-alpha'
+
             'list-style-type':'lower-alpha' ,'font-weight':'bold'
         });   
         });   
-
         $('tr:odd').css({   
+
         $('.safety li:odd').css({   
-
             'list-style-type':'none'
+
             'list-style-type':'none' ,'padding':'5px 10px'
         });   
         });   
     });   
     });   
</script>
</script>
</html>
</html>

Revision as of 07:29, 20 September 2014