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;