Take off clicking borders on links

sometimes we get a dotted line around the link area, particularly when using display:block and background images

:focus { outline: none 0; }

Comments