|
Hi Cyberspeed,
If you have a look at the /modules/modstalker/tmpl folder, there should be a file called default.php. Open this file, and have a look for the three links (a href).
The Second link, at the far end of the line has this code:
style="padding-bottom:1px; vertical-align: middle;"
change it to
style="padding-bottom:1px; vertical-align: middle; border: solid 0;"
On the last of the three links, at the far end of the line of code you should also see:
style="padding-bottom:1px;"
change that to:
style="padding-bottom:1px; border: solid 0;"
This should fix your problem for now. I will update the style sheet to include this in the next version.
UPDATE: Scratch that I've just uploaded Stalker v1.1.1 that should fix the problem |