From 5782d81809ce16c049bcfd33ec5af04475462b5f Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 23 Feb 2007 01:42:46 +0000 Subject: [PATCH] Fixing ugly blue border around help icon during installation --- install.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.php b/install.php index d1a00d3a48..7b73167793 100644 --- a/install.php +++ b/install.php @@ -1090,6 +1090,9 @@ function css_styles() { font-size: 10pt; } a { text-decoration: none; color: blue; } + a img { + border: none; + } .errormsg { color: red; font-weight: bold; -- 2.39.5