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

This commit is contained in:
aFolletete
2012-05-18 14:14:36 +00:00
parent 49720c4762
commit 81dd93615f
+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}