Feb
18
Removing Firefox’s dotted link border
Do you hate dotted border around a link that Firefox is inserting every time you click on some link? Me too. Well here is simple CSS solution. Just add this line in your style sheet and problem is solved:
a:active, a:focus {outline:0}

