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

Removed unwanted CSS #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ehannes
Copy link
Contributor

@ehannes ehannes commented Apr 3, 2016

The engine includes some unwanted CSS. This PR removes there CSS rules. See #16


h1{
font-size: 16px;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't do this straight away, as this may be possible that someone else is using the default css.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the problem. Those rules should never have been included in the first place. Obviously, it is possible that someone is using that as default CSS. It is also possible that others (me included) do not want these CSS rules and has overwritten them (or forked the repo and removed them as I did).

The same goes for the rules for body, right?

You don't want to rely on an engine setting CSS rules. What should we do about it?

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

Successfully merging this pull request may close these issues.

2 participants