From: Benny Situ Date: Fri, 13 Jan 2012 22:27:16 +0000 (+0000) Subject: patch from fomafix - bug33703 - remove black border-bottom-color for abbr X-Git-Tag: 1.31.0-rc.0~25292 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=0bada1a7a511f4c64707c6acb580e78d39b5210f;p=lhc%2Fweb%2Fwiklou.git patch from fomafix - bug33703 - remove black border-bottom-color for abbr --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 6a7a09d86a..200be2537d 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -56,7 +56,7 @@ input[dir="rtl"] { abbr, acronym, .explain { - border-bottom: 1px dotted black; + border-bottom: 1px dotted; cursor: help; }