Remove Icon in MoinMoin before links

1. remove element in common.css and msie.css.
  • One way is to comment out / delete the respective lines in the css sheets. If you don't want the earth-icon remove
    a.www:before {content: url(../img/moin-www.png); margin: 0 0.2em;}
  • from common.css and the corresponding similar line from msie.css.
You can see the css when you hover over the icon and right-click, choosing "inspect element". You may need to do this for each of the themes (e.g. modernized, modern, etc).

http://moinmo.in/MoinMoinQuestions/Themes#Avoid_Link-Icons_on_linked_images