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

fix: Update styles.css (Addresses #1 ) #6

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cheezmeister
Copy link
Collaborator

DO NOT MERGE

This needs more testing on clients other than (Windows, Firefox, 24" widescreen).

Mostly removes rules that were no-ops.

Materially, gets rid of the redundant 1px border on table, td and replaces it with a 1px border between cells only. table-collapse makes it have (what I assume is) the intended effect.

Looks like this:

image

# DO NOT MERGE

This needs more testing off of (Windows, Firefox, 24" widescreen).

Mostly removes rules that were no-ops. Materially, gets rid of the redundant 1px border on `table, td` and replaces it with a 1px border between cells only. `table-collapse` makes it have (what I assume is) the intended effect.

Looks like this:

TODO
@@ -1,5 +1,6 @@
/* styles.css */
html {
// TODO: Set font-size in units of em (https://en.wikipedia.org/wiki/Em_(typography))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I guess this should be a separate issue :)

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.

1 participant