From 5355d41cff8da4528ed6bce44642b0be0a6b6b6e Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 27 Apr 2004 13:17:35 +0000 Subject: [PATCH] plain navigation links underlined on hover for consistency --- stylesheets/monobook/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.20.1