Last modified: 2006-01-02 14:54:40 UTC
from main.css: #bodyContent .plainlinks a { background: none !important; padding: 0; } This will override the #bodyContent a[href ^="http://"] rule that comes before it in main.css, but not the #bodyContent a.external rule in the later included IE60Fixes.css. The padding here needs !important too
*** Bug 1516 has been marked as a duplicate of this bug. ***
Created attachment 1192 [details] Patch against CVS HEAD Should fix it.
Seems to work fine on IE 6.0; no need for a patch? http://test.leuksman.com/view/714
I have to admit to not having confirmed the bug prior to patching it...:$
added some RTL examples at http://test.leuksman.com/index.php?title=714&oldid=10701#conclusions In one case IE shows the icon twice; this is bug ... best regards reinhardt [[user:gangleri]]
Comment migrated from bug 4338: "In the Opera web browser the "plainlinks" are not shown as they should. There is a gap between the link and the following letter or full stop (the external link symbol is only hidden, but not removed)."
*** Bug 4338 has been marked as a duplicate of this bug. ***
This has to be added to main.css: #bodyContent .plainlinks a {padding: 0 !important} .plainlinks a.external.text:after {display: none !important}
Should now be fixed in CVS HEAD.