-
-
Notifications
You must be signed in to change notification settings - Fork 66
Improve readability #79
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
Conversation
Replace `text-align: justify` from the classic.css with `text-align: left` Set line-height to 1.4 instead of 130% for some elements
Beware I rebased your branch on top of master. Oh and I tried fingerprinting the css as you told in the cache issue. |
(If we keep this fingerprinting method, we'll have to describe it in the README, to try to avoid forgetting to bump this version at release time...) |
Can be tested at: https://docs.python.org/3.10 |
Thanks @obulat \o/ |
@JulienPalard, can we please release this on PyPI? I will be building 3.9.7 on Monday and would like text not to be justified. |
@JulienPalard What's your PyPI username? I will give you rights. |
@JulienPalard You should have an invite as a maintainer on this project. |
Fixes #77
Replace
text-align: justify
from the classic.css withtext-align: left
Set line-height to 1.4 instead of 130% for some elements