Skip to content

Commit

Permalink
Fixing ugly blue border around help icon during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
defacer committed Feb 23, 2007
1 parent 23b86e1 commit 5782d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5782d81

Please sign in to comment.