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

User guide: minor CSS fixes #39

Merged
merged 1 commit into from
Dec 3, 2023
Merged

User guide: minor CSS fixes #39

merged 1 commit into from
Dec 3, 2023

Conversation

Frenzie
Copy link
Member

@Frenzie Frenzie commented Dec 3, 2023

Caught by validator. It's either the now outdated page-break-before: always or the newer break-before: page.


This change is Reviewable

Caught by validator. It's either the now outdated page-break-before: always or the newer break-before: page.
Copy link

github-actions bot commented Dec 3, 2023

@@ -32,10 +32,10 @@
color: #009788;
font-weight: bold;
text-decoration: none;
&:hover {color: #fa5750;}
Copy link
Member Author

Choose a reason for hiding this comment

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

And this is SASS, not CSS. ;-)

Copy link

Choose a reason for hiding this comment

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

Never heard of SASS :/
https://sass-lang.com/
Dunno if it's some preprocessor stuff and we get proper normal CSS at the end.
But if it's "broken" CSS that is supposed to have no effect on normal browsers, better be sure that they also have no effect with crengine, as I'm not sure I ever made sure it behave per-specs on unexpected input :)

Copy link
Member Author

Choose a reason for hiding this comment

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

In this context it's invalid CSS, hence why I resolved it.

@Frenzie Frenzie merged commit e228136 into koreader:master Dec 3, 2023
2 checks passed
@Frenzie Frenzie deleted the css-fix branch December 3, 2023 11:10
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