Index: openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 15 Oct 2020 06:37:01 -0000 1.1.2.6 +++ openacs-4/packages/xowiki/www/resources/xowiki-bootstrap3-specific.css 17 Oct 2020 16:05:00 -0000 1.1.2.7 @@ -91,22 +91,22 @@ } /* appearance of link types */ -div.xowiki-content a span.external::after { +div.xowiki-content a.external::after { /* glyphicon-new-window */ font-family: 'Glyphicons Halflings'; font-size: x-small; vertical-align: sub; - margin-left: -2px; + margin-left: 2px; margin-right: 2px; content: "\e164"; } -div.xowiki-content a span.file::after { +div.xowiki-content a.file::after { /* glyphicon-file */ font-family: 'Glyphicons Halflings'; font-size: x-small; vertical-align: sub; - margin-left: -2px; + margin-left: 2px; margin-right: 2px; content: "\e022"; }