diff options
-rw-r--r-- | httemplate/elements/freeside.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index f96fcc867..fc246f5e7 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -11,7 +11,7 @@ a:link, a:visited { color: #000000; } -a:hover { +a[href]:hover { text-decoration: underline; color: #7e0079; } |