This is a very minor issue.
I find that link to images coming from module blocks are hard to html/css manipulating, because of their low wrapping level.

They actually come out with a simple Only local images are allowed. structure.
Wouldn't something like

Only local images are allowed.

do a better job ?

I have already done this work on my local module source copy, but since im kinda noob in drupal community i dont know how/if should i submit this 'patch'.

Comments

brazorf’s picture

Sorry can't edit issue text.

I meant:
They actually come out with a simple structure:

<a><img/></a>

Wouldn't something like

<div id='anyid' class='anyclass'><a><img/></a></div>

do a better job ?

lolandese’s picture

Issue summary: View changes
Status: Active » Fixed

The latest dev version now wraps the whole output in <span class"flickr-wrap">. This includes the anchor tag and the caption title (new) under the images. This was done exactly for the reason you mentioned, to target it with CSS.

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.