From b2cd11285aa9324c8aa0ccd682788f05c8773b54 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 16 Dec 2009 19:24:50 +0000 Subject: Added outline-style: none; to CSS to prevent Firefox from outlining links --- user_guide/userguide.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user_guide/userguide.css b/user_guide/userguide.css index 0f850009a..57c2b05e1 100644 --- a/user_guide/userguide.css +++ b/user_guide/userguide.css @@ -12,16 +12,19 @@ a { background-color: transparent; text-decoration: none; font-weight: normal; + outline-style: none; } a:visited { color: #0134c5; background-color: transparent; text-decoration: none; + outline-style: none; } a:hover { color: #000; text-decoration: none; background-color: transparent; + outline-style: none; } #breadcrumb { @@ -96,18 +99,21 @@ a:hover { background-color: transparent; text-decoration: none; font-weight: normal; + outline-style: none; } #nav_inner a:visited { color: #eee; background-color: transparent; text-decoration: none; + outline-style: none; } #nav_inner a:hover { color: #ccc; text-decoration: none; background-color: transparent; + outline-style: none; } #masthead { -- cgit v1.2.3-24-g4f1b