Merged from HEAD:

Fixing ugly blue border around help icon during installation
This commit is contained in:
defacer 2007-02-23 01:44:22 +00:00
parent 2f6b6e9241
commit 8f83745255

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;