Index: openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/xowiki-yui-specific.css,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 15 Oct 2020 06:37:01 -0000 1.1.2.6 +++ openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 17 Oct 2020 16:05:00 -0000 1.1.2.7 @@ -95,15 +95,15 @@ /* appearance of link types */ -div.xowiki-content a span.external { - background: transparent url(/resources/xowiki/sprite16.png) -4px -264px no-repeat; - padding-right: 10px; +div.xowiki-content a.external { + background: transparent url(/resources/xowiki/sprite16.png) right -265px no-repeat; + padding-right: 18px; text-decoration: none; /* added here for   required in IE */ } -div.xowiki-content a span.file { - background: transparent url(/resources/xowiki/sprite16.png) -4px -286px no-repeat; - padding-right: 10px; +div.xowiki-content a.file { + background: transparent url(/resources/xowiki/sprite16.png) right -286px no-repeat; + padding-right: 16px; text-decoration: none; }