Team:Missouri Miners/Team
From 2012.igem.org
(Difference between revisions)
Lordcheeto (Talk | contribs) |
Lordcheeto (Talk | contribs) |
||
Line 5: | Line 5: | ||
<style type="text/css" title="MissouriMiners"> | <style type="text/css" title="MissouriMiners"> | ||
/*This can be adjusted. 964 = 4x + 3y, floor(x) = x, floor(y) = y |=> x = 241 - 3n, y = 4n*/ | /*This can be adjusted. 964 = 4x + 3y, floor(x) = x, floor(y) = y |=> x = 241 - 3n, y = 4n*/ | ||
- | .profile { width: | + | .profile { width: 232px; height: 375px; margin: 10px 6px 0px 6px; float: left; background-color:yellow; } |
.newline { margin: 10px 6px 0px 0px; } | .newline { margin: 10px 6px 0px 0px; } | ||
- | .return { margin: 10px 0px 0px | + | .return { margin: 10px 0px 0px 6px; } |
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function() { | $(function() { | ||
- | $("#profiles > div:nth-child( | + | $("#profiles > div:nth-child(4n+1)").addClass("newline"); |
- | $("#profiles > div:nth-child( | + | $("#profiles > div:nth-child(4n)").addClass("return"); |
}); | }); | ||
</script> | </script> |
Revision as of 11:23, 1 October 2012