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

Simplify table style #58

Closed waldyrious closed 4 years ago

waldyrious commented 4 years ago

The previous rules were overly complex and against the spirit of a base, default-like style. Some of them didn't even apply (e.g. the font-family ones).

By removing the sans-serif style for tables, the --serif variable is no longer needed, further simplifying the stylesheet.

Additionally, the removal of the border makes downstyler more suited to handle sites that use tables for layout. This improves on #18, though not fully; in particular, the width is still calculated for the entire body rather than for the central content column typically used in such layouts.