Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add styles for aside elements #50

Open
waldyrious opened this issue Jan 16, 2020 · 0 comments
Open

Add styles for aside elements #50

waldyrious opened this issue Jan 16, 2020 · 0 comments

Comments

@waldyrious
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant