downstyler icon indicating copy to clipboard operation
downstyler copied to clipboard

A stylesheet and bookmarklet that trims webpage styles down to near-bare HTML.

Results 26 downstyler issues
Sort by recently updated
recently updated
newest added

The text seems to be way bigger than non-monospaced text. Using normal units appears to provide the correct proportions. This is likely a known bug.

bug
question
text-size

Also add details for the last two sections.

meta

Here's an example: ```css aside { float: right; background: #def; border-left: 1px solid #789; width: 50%; font-size: 90%; padding: 0.5em 1em; margin: 0.3em -4em 0px 2em; } ``` Result, in...

`` by default (TODO: confirm in various browsers) is shown as a zero-height box with 1px borders. That means the top and bottom borders combine to give it a 2px...

Link: https://edwardtufte.github.io/tufte-css/ Compare e.g. link styling, font (c.f. #15), background colors, etc.

The left bar is becoming somewhat of a standard, and inconspicuous enough, but quote marks (if they could be added in a similarly unobtrusive way) could be more intuitive. Maybe...

enhancement