waldyrious / downstyler

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

Add styles for aside elements #50

Open waldyrious opened 4 years ago

waldyrious commented 4 years ago

Here's an example:

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 the "paper-like" mode for this article:

Screenshot 2020-01-16 at 18 40 33