Team:Berlin/Team
From 2014.igem.org
(Difference between revisions)
Line 315: | Line 315: | ||
$( ".project-steps-img img" ).hover( function(){ | $( ".project-steps-img img" ).hover( function(){ | ||
- | + | $(this).css("width","270px"); | |
- | + | }, | |
- | + | ||
+ | function(){ | ||
+ | |||
$(this).css("width","210px"); | $(this).css("width","210px"); | ||
- | |||
}); | }); | ||
- | |||
Revision as of 13:47, 14 October 2014