From: Gabriel Wicke Date: Sat, 10 Apr 2004 21:22:54 +0000 (+0000) Subject: show link cursor X-Git-Tag: 1.3.0beta1~465 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=f7c49d80e6fdb3bdbb932de4969901341a0bb6c3;p=lhc%2Fweb%2Fwiklou.git show link cursor --- 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;}*/