waldyrious / downstyler

A stylesheet and bookmarklet that trims webpage styles down to near-bare HTML.
http://waldyrious.net/downstyler
ISC License
30 stars 5 forks source link

Improve form styling #88

Closed waldyrious closed 11 months ago

waldyrious commented 11 months ago

Inspired by normalize.css's form styles, as seen in destyle.css' comparison page, and to a less useful degree, in our own demo page:

Addresses #5 (but probably additional styles are still needed for layout, margins, etc.

waldyrious commented 11 months ago

Chromium-based:

Before After
image image

Firefox:

Before After
image image
waldyrious commented 10 months ago

Hmm... revisiting the screenshots above, I notice that the gap between the textarea and the form elements under it actually got worse. This needs to be improved.

Ah, nevermind, it's already been fixed in #89.