When using the "External Links" (http://drupal.org/project/extlink) 3rd party module, a menu item that links to an external URL loses the right hand border (as shown in the attached screenshot). Disabling the module fixes the display. I realize this may not be truly a bug with your theme, but that module is pretty handy and having both enabled wold be nice.

CommentFileSizeAuthor
extLink.jpg175.23 KBfred0

Comments

fred0’s picture

To expand on this, it is specifically the "Add icon to external links" function of the External Links module that causes the display problem. Disabling it also fixes the menu.

phsc’s picture

Status: Active » Reviewed & tested by the community

Hi fred0

I have a simple fix for your problem. Just add the following lines to your "style.css":

#sidebar ul.menu a.ext {
  padding-right:0;
}

Let's decide Jacine if she wants to put this in the official release, but nevertheless this should help (at least it solved the bug for me).

Greetings

jacine’s picture

Sure, I will add it in the next release.

Thanks for helping out phs :)

jacine’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Thanks phs, this CSS has been added and committed to D5 & 6. You'll see it in the next release.