From: defacer Date: Fri, 23 Feb 2007 01:42:46 +0000 (+0000) Subject: Fixing ugly blue border around help icon during installation X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5782d81809ce16c049bcfd33ec5af04475462b5f;p=moodle.git Fixing ugly blue border around help icon during installation --- 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;