$(function() {

    $("article a:has('img')").css({ background: "none", padding: 0 });

});