diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 18:25:11 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 18:25:11 +0200 |
| commit | e41db47cacc773b4472385f3553038cb1d4e406a (patch) | |
| tree | 390a339e4967e05a45fbbd8419be0e31c4b95e7c /htroot/env/base.css | |
| parent | ff82a80eb3e9e75fadb76664e3b6e31f6d43322e (diff) | |
added (again) underline to a tags
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index 5fe272283..82f262c59 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -71,22 +71,17 @@ h4 { } a:link { - text-decoration:none; -} - -a:visited { - text-decoration:none; + text-decoration:underline; } a:visited { - text-decoration:none; + text-decoration:underline; } a:hover { text-decoration:underline; } - /* mark external links */ a[href^="http://"], a[href^="https://"] { background: url(/env/grafics/external.png) center right no-repeat; |
