From c68a53eadd207dd7d5466c31aadbed420ad41e6a Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Tue, 16 Apr 2002 14:34:23 +0000 Subject: [PATCH] bug 104825 r=caillon sr=attinasi ABBR and ACRONYM should not have arrow/question cursor --- layout/html/document/src/html.css | 1 - layout/style/html.css | 1 - 2 files changed, 2 deletions(-) diff --git a/layout/html/document/src/html.css b/layout/html/document/src/html.css index fe51cb90ff48..88a067b9835a 100644 --- a/layout/html/document/src/html.css +++ b/layout/html/document/src/html.css @@ -341,7 +341,6 @@ nobr { /* titles */ abbr[title], acronym[title] { border-bottom: dotted 1px; - cursor: help; } /* lists */ diff --git a/layout/style/html.css b/layout/style/html.css index fe51cb90ff48..88a067b9835a 100644 --- a/layout/style/html.css +++ b/layout/style/html.css @@ -341,7 +341,6 @@ nobr { /* titles */ abbr[title], acronym[title] { border-bottom: dotted 1px; - cursor: help; } /* lists */