From d5da67b88b7e2013c8e0fb0c275f9a761dc0305c Mon Sep 17 00:00:00 2001 From: leency Date: Thu, 17 Jun 2021 19:45:17 +0000 Subject: [PATCH] acronym fix git-svn-id: file:///var/kolibrios-org-repos@22 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7cf68ef..72285a8 100644 --- a/style.css +++ b/style.css @@ -386,5 +386,7 @@ iframe { } acronym { - border-bottom: 1px dashed lightgray; + border-bottom: 1px dashed #ccc; + text-decoration: none; + cursor: help; } \ No newline at end of file