From: Gabriel Wicke Date: Tue, 27 Apr 2004 13:17:35 +0000 (+0000) Subject: plain navigation links underlined on hover for consistency X-Git-Tag: 1.3.0beta1~250 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=5355d41cff8da4528ed6bce44642b0be0a6b6b6e;p=lhc%2Fweb%2Fwiklou.git plain navigation links underlined on hover for consistency --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 18e95497eb..06d0a24680 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -1,5 +1,5 @@ /* -** Mediawiki 'mono' style sheet for CSS2-capable browsers. +** Mediawiki 'monobook' style sheet for CSS2-capable browsers. ** Copyright Gabriel Wicke - http://www.aulinx.de/ ** ** Based on http://www.positioniseverything.net/ordered-floats.html by Big John @@ -282,7 +282,7 @@ pre { margin: 0; } -#bodyContent a:hover { +a:hover { text-decoration: underline; } @@ -798,6 +798,7 @@ input.searchButton { #portal-personaltools li a:hover { background-color: White; padding-bottom: 0.2em; + text-decoration: none; } /* the icon in front of the user name, single quotes @@ -866,6 +867,7 @@ li#personaltools-login { } #portlet-contentViews li a:hover { z-index: 3; + text-decoration: none; } #portlet-contentViews h5 { display: none; }