tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

[Small Bug]Invalid CSS property #51

Closed binarykitchen closed 11 years ago

binarykitchen commented 11 years ago

In file /qs/test/browser/mocha.css after line 126 we have

error {

color: #c00; font-size: 1.5 em; font-weight: 100; letter-spacing: 1px; }

Should be font-size: 1.5em; (without space)

Cheers Michael

tj commented 11 years ago

ill make sure to update mocha