[-] FO : fixed bug #PSCFV-2393 - On Linux system there is a little problem around the "link <a>"

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15376 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-05-18 14:14:36 +00:00
parent b6ba7e6ae6
commit c57061f759
+2 -1
View File
@@ -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}