summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-03-31 18:25:11 +0200
committerMichael Peter Christen <mc@yacy.net>2014-03-31 18:25:11 +0200
commite41db47cacc773b4472385f3553038cb1d4e406a (patch)
tree390a339e4967e05a45fbbd8419be0e31c4b95e7c /htroot/env/base.css
parentff82a80eb3e9e75fadb76664e3b6e31f6d43322e (diff)
added (again) underline to a tags
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css9
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;