$(document).ready(function(){
    $("div.entry img:last-child")
    .css({'margin': '0'});
});

