From: Enrico Tassi Date: Fri, 3 Feb 2006 16:30:53 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7640 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=449c16f3706e9cea27038868c736662866830542;p=helm.git fix --- diff --git a/helm/www/matita/bottombar.shtml b/helm/www/matita/bottombar.shtml index fdd490526..c0a399faf 100644 --- a/helm/www/matita/bottombar.shtml +++ b/helm/www/matita/bottombar.shtml @@ -2,10 +2,10 @@ - Valid XHTML 1.0! + Valid XHTML 1.0! - Valid CSS + Valid CSS diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index cb6227a86..c85733706 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -82,6 +82,14 @@ div.upmenu { margin-bottom: 40px; } -a.quiet:link,visited { color: Background; } -a.quiet:visited { color: Background; } +a.quiet:link,visited { + color: Background; +} +a.quiet:visited { + color: Background; +} +img.quiet:link,visited { + border-style:none; + color: Background; +}