From f7c49d80e6fdb3bdbb932de4969901341a0bb6c3 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 10 Apr 2004 21:22:54 +0000 Subject: [PATCH] show link cursor --- stylesheets/monobook/IE55Fixes.css | 5 +++++ stylesheets/monobook/IE60Fixes.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/stylesheets/monobook/IE55Fixes.css b/stylesheets/monobook/IE55Fixes.css index 021e95e8f7..96edf71be8 100644 --- a/stylesheets/monobook/IE55Fixes.css +++ b/stylesheets/monobook/IE55Fixes.css @@ -55,3 +55,8 @@ body { background: url(external.png) center right no-repeat; padding-right: 13px; } +/* show the hand */ +#portlet-logo a, +#portlet-logo a:hover { + cursor: pointer; +} diff --git a/stylesheets/monobook/IE60Fixes.css b/stylesheets/monobook/IE60Fixes.css index fa516a4260..67b2733628 100644 --- a/stylesheets/monobook/IE60Fixes.css +++ b/stylesheets/monobook/IE60Fixes.css @@ -63,4 +63,9 @@ div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p { position:relative; } +/* show the hand */ +#portlet-logo a, +#portlet-logo a:hover { + cursor: pointer; +} /*{ border:1px solid Red !important;}*/ -- 2.20.1