https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5761
--- Comment #9 from Mason James <[email protected]> --- (In reply to David Cook from comment #8) > Mason: Can you explain why Owen's CSS doesn't work for you? > > I've been using the CSS mentioned by Owen for a few years now and I haven't > noticed any difficulties. Does Google Jackets use a different HTML element > and/or class? for intranet search results, the amazon 'no image' element is not a 'no-image' class, so the following CSS will not work... span.no-image { display: none; } here is an example of the element <a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=7327"> <img src="https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="" class="thumbnail"> </a> observed on Koha 3.20.06 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
