In FireFox when you click a link it outlines it which isn’t a big deal, but it does it for image links
Anyway just adding this to the CSS file seemed to fix the problem for me.
Code:
a {
outline: none;
}
7 Nov
In FireFox when you click a link it outlines it which isn’t a big deal, but it does it for image links
Anyway just adding this to the CSS file seemed to fix the problem for me.
a {
outline: none;
}