diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:18:19 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:18:19 +0100 |
commit | ba732c97c10a1f6f712f78c97d7d9bd51c104160 (patch) | |
tree | 2e590cb581be00c29d1ef5914a8d6d9bd924b910 /view | |
parent | f3b499f1192a3cc2386aa639d2f0d2fa147e911a (diff) | |
parent | c0c4c46874ed7e1798900422112ca643c1bb3cc0 (diff) | |
download | volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.tar.gz volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.tar.bz2 volse-hubzilla-ba732c97c10a1f6f712f78c97d7d9bd51c104160.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/purplezero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css index f624fadac..f0d5b96b9 100644 --- a/view/theme/purplezero/style.css +++ b/view/theme/purplezero/style.css @@ -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; } |