From 88a1771ac69aff60b622209fb29a3f85c9ab69fb Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 18 Jan 2011 09:37:23 +0000 Subject: [PATCH] --- skin/wawi.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/skin/wawi.css b/skin/wawi.css index 01a958bad..4065ed5b0 100644 --- a/skin/wawi.css +++ b/skin/wawi.css @@ -37,16 +37,26 @@ A:visited color: blue; } +A:focu +{ + cursor:hand; +} +A:hover +{ + text-decoration: underline; + color: black; + cursor:hand; +} A:active { text-decoration: underline; color: blue; } -A:hover +.cursor:hover { - text-decoration: underline; - color: black; + cursor: pointer; + } BODY,H1,H2,H3,H4,H5,H6,P,I,TD,TH