downstyler icon indicating copy to clipboard operation
downstyler copied to clipboard

Add styles for aside elements

Open waldyrious opened this issue 5 years ago • 0 comments

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

waldyrious avatar Jan 16 '20 18:01 waldyrious