Fixing ugly blue border around help icon during installation

This commit is contained in:
defacer 2007-02-23 01:42:46 +00:00
parent 23b86e1cf1
commit 5782d81809

View 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;