A great module! Only problem I've found so far is CSS validation.

Line 303 in iconify.css:
div.error {background: #fcc url('icons/dialog-error.png') no-repeat 1em 1em; width:70%; padding:1em 1em 1em 32px; margin: 0 auto; no-repeat; display:block}

Corrected line 303:
div.error {background: #fcc url('icons/dialog-error.png') no-repeat 1em 1em; width:70%; padding:1em 1em 1em 32px; margin: 0 auto; display:block;}

The corrected line works, but I'm not a css expert. There may be other (better) ways to do it.

Comments

P.Smith’s picture

Status: Active » Closed (won't fix)