The Strake ( ? )

 

I'm Jason Long from Black Ant Media and these are some of the things I'm finding interesting from the world of web development, design, UI concepts, and anything else.

Contact Me

jason@blackantmedia.com

Currently Reading

Favorites

Powered by Tumblr

De-Dotting Links in Firefox

Maybe this is common knowledge, but I just came across this tip this week. You can get rid of those annoying dotted borders around links in Firefox…

… just by adding this rule to your stylesheet:

a:focus, a:active {
    outline: none;
}