From d1d016a331b6ac8c7b8ca8352c58c634e1b1a7f9 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 23 Jun 2011 12:48:01 -0400 Subject: [PATCH] Turn off link outlines. --- docsupport/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsupport/style.css b/docsupport/style.css index 77c95be..a47ec33 100644 --- a/docsupport/style.css +++ b/docsupport/style.css @@ -57,4 +57,4 @@ div.side-by-side > div > em { margin-bottom: 10px; display: block; } visibility: hidden; } -a { color: #F36C00; } \ No newline at end of file +a { color: #F36C00; outline: none; } \ No newline at end of file