Template:Team:KIT-Kyoto/table
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
background-color:rgba(0,300,100,0.3); | background-color:rgba(0,300,100,0.3); | ||
padding:2px; | padding:2px; | ||
+ | border-left:2px solid gray; | ||
} | } | ||
.materials td{ | .materials td{ | ||
padding:3px; | padding:3px; | ||
+ | border-left:2px solid gray; | ||
} | } | ||
</style> | </style> | ||
Line 22: | Line 24: | ||
}); | }); | ||
$('tr:even').css({ | $('tr:even').css({ | ||
- | backgroundColor:'rgba(0,0,0,0)' | + | backgroundColor:'rgba(0,0,0,0.2)' |
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 15:03, 9 September 2014