diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2009-12-16 20:24:50 +0100 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2009-12-16 20:24:50 +0100 |
commit | b2cd11285aa9324c8aa0ccd682788f05c8773b54 (patch) | |
tree | 6e289a170ef5fc08b849be3128974bf4dd6e2dfa /user_guide/userguide.css | |
parent | 3683f775bec4993b3777b012a087e82d6bff8d3f (diff) |
Added outline-style: none; to CSS to prevent Firefox from outlining links
Diffstat (limited to 'user_guide/userguide.css')
-rw-r--r-- | user_guide/userguide.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |