]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing ugly blue border around help icon during installation
authordefacer <defacer>
Fri, 23 Feb 2007 01:42:46 +0000 (01:42 +0000)
committerdefacer <defacer>
Fri, 23 Feb 2007 01:42:46 +0000 (01:42 +0000)
install.php

index d1a00d3a48ba4b2cad647fd6180e1e7e97a913e6..7b7316779386b1d8d0dfbe3c59cbc391892a3667 100644 (file)
@@ -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;