wrong style for unvisited links

This commit is contained in:
friendica 2011-12-19 20:23:11 -08:00
parent 63f66a5a93
commit 0bef863015

View file

@ -1,6 +1,6 @@
@import url('../duepuntozero/style.css');
a, a:visited { color: #7433af; text-decoration: none; }
a, a:link, a:visited { color: #7433af; text-decoration: none; }
a:hover {text-decoration: underline; }