From e41db47cacc773b4472385f3553038cb1d4e406a Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 31 Mar 2014 18:25:11 +0200 Subject: [PATCH] added (again) underline to a tags --- htroot/env/base.css | 9 ++------- 1 file 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;