Topic: Missing Semicolon

All CSS files have a semicolon missing around line 845:

.pun .postmsg img.postimg, .pun .postmsg a img.postimg {
    max-width: 100%
    vertical-align: middle;
    }

Re: Missing Semicolon

Nice catch, thanks.

EDIT: Fixed and closed.

The only thing worse than finding a bug is knowing I created it in the first place.