Last modified: 2005-06-25 03:35:31 UTC
There seems to be a difference in the way that IE and Firefox display page body sections marked as "plainlinks". On IE, there is extra padding to the right of each link (where the arrow is normally seen), which does not appear on Firefox. In both skins/monobook/main.css and skins/amethyst/main.css, the plainlinks section should be changed to: #bodyContent .plainlinks a { background: none !important; padding: 0 !important; This adds the "!important" quality to the padding style, and corrects this problem so that it appears correct in both browsers.
*** This bug has been marked as a duplicate of 714 ***