When citing a reference from the bibliography in a node, the link pointing to the reference (in the text) is underlined when the "bib" tag is used inside of an item list, whereas when it is used in plain text, the link is not underlined.
You can see that on the front page of my drupal web site for example.

Comments

rjerome’s picture

That's not actually a biblio bug, but part of your themes style.

Line 115 of /themes/framework/style.css says that links in lists should be underlined.

Ron.

Sylvain Corlay’s picture

Thanks for your answer.

As I prefer not to underline references and I don't want to modify how "a" tags are handled in style.css, I created a custom css class for biblio reference in biblio.css and changed the corresponding lines in biblio.module . (Perhaps some other users would prefer this behaviour.)
Thanks again for this great module and all your work you have done on it.

Sylvain

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.