From de51a22214573437b5d6c2ae3b600e9d7bb8f9f6 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 2 Feb 2006 21:50:22 +0000 Subject: [PATCH] fix --- helm/www/matita/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/helm/www/matita/style.css b/helm/www/matita/style.css index 0a3be849c..19a0a0935 100644 --- a/helm/www/matita/style.css +++ b/helm/www/matita/style.css @@ -47,25 +47,24 @@ a.upmenu { a.upmenu:hover { color: #591622; - border-color: #808080; + text-decoration : none; + border-bottom-width: 3px; + border-color: #b2dae6; } a { color: #591622; text-decoration : none; +} - /* +a:hover { + text-decoration : none; border-bottom-width: 2px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-style: solid; - border-color: #cb8080; - */ -} - -a:hover { - color: #808080; + border-color: #b2dae6; } div.upmenu { -- 2.39.2