From 81dd93615f3cc0781c314cbd5811ef83a2f47a5f Mon Sep 17 00:00:00 2001 From: aFolletete Date: Fri, 18 May 2012 14:14:36 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-2393 - On Linux system there is a little problem around the "link " --- themes/default/css/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/css/global.css b/themes/default/css/global.css index 96023ca0b..81e805a64 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -114,7 +114,8 @@ p {padding-bottom:20px} /* link **************************************************************************************** */ a, a:active, a:visited { color:#333; - text-decoration:none + text-decoration:none; + outline: medium none } a:hover {text-decoration:underline}