Add these rules to your stylesheet to remove the dotted border that firefox places around (active) links.

/* remove firefox link outline */
a { outline: none; }
:-moz-any-link:focus { outline: none; }

No related posts.