A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Can anyone help me get rid of those irritating lines udner the Settings Edit links? I have changed the borders to zero on just about everything in the *.css files in my skin folder.
You need to look for the selector ModuleEditLink for the link and set the text-decoration to none.
ie a.ModuleEditLink { text-decoration:none; }