|
I am unassigning this issue as it gives the wrong impression. I dont have enough hours in the day to look at this issue at the moment and keeping it assigned to me give the reporter hope that I might be able to look at it. I am very sorry. If this issue is a real blocker for production then I would suggest you look for resource in the community to fix the problem, I am happy to respond to emails and guide. Where the code base is Rwiki or Search, I have absolutely no problem with someone else working on the code, this after all is a community.
Fixed by javascript in the kernel/1.1 trunk version.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cleanest way would probably be to get the java code to add an extra class to the <a> (eg <a href="somefile.JPG" class="type-jpg">somefile.JPG</a>) and then use the CSS attribute selector of:
a[class|="type-jpg"] {
but maybe this is overkill.