From c57061f759af3291d3b79ea7a49bf0029dddb885 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 " git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15376 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}