View Single Post
Old 2012-05-02, 08:10 AM   #9
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by flowersgone View Post
I noticed dotted outlines when I click on links on the page and, more clearly, when I click on the links and hit the back button.

Your file style.css has a rule

HTML Code:
a, a:link, a:active, a:visited {
    color: silver;
    font-family: "Comic Sans MS";
    text-decoration: none;
}
which you might enhance to

HTML Code:
a, a:link, a:active, a:visited {
    color: silver;
    font-family: "Comic Sans MS";
    text-decoration: none;
    outline: 0;
}
to fix the problem.

fg
Not seeing that on my Mac. I modified my stylesheet to your suggestion though, thanks.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote