Line 8: | Line 8: | ||
.medals ul li { | .medals ul li { | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
+ | width: 20%; | ||
} | } | ||
Line 44: | Line 45: | ||
$( "li" ).each(function( index ) { | $( "li" ).each(function( index ) { | ||
− | + | $( this ).prepend("<a href='https://2017.igem.org/Team:"+this+"'"); | |
$( this ).append("</a>"); | $( this ).append("</a>"); | ||
}); | }); |
Revision as of 17:05, 6 November 2017