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

readthedown CSS tidy up #131

Merged
merged 5 commits into from
Mar 8, 2022
Merged

readthedown CSS tidy up #131

merged 5 commits into from
Mar 8, 2022

Conversation

sciatro
Copy link
Contributor

@sciatro sciatro commented Mar 3, 2022

None of these are important and the diff should have no functional impact. They are just clean up suggestions. Most of the diff is just in removing code that had all be commented out. The lines which were not commented out were all some version of duplicated directive within a single selector.

For the two selectors that had both display:inline-block; and display:block; within them I picked display:inline-block; because that was the active rule when I checked in dev tools in FF and Chrome. That said I couldn't find any clear spec for what is supposed to happen when a directive is redeclared within a selector so I am not 100% sure that this edit is a silent change in all rendering engines.

sciatro added 5 commits March 2, 2022 20:59
Already has padding set on Ln777 and this second one looks to be invalid w/ em - px.
Sidebar has both display inline-block (ln 806) and display block. Looks like display-block is what is actually in effect currently in browsers I checked.
#sidebar header had both display and display-inline.
Removed one of two color = white from .wy-alert-title,#content .admonition-title
@juba juba merged commit b151102 into juba:master Mar 8, 2022
@juba
Copy link
Owner

juba commented Mar 8, 2022

Merged. Thanks for the pull request !

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