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

Adds basic table styles #121

Merged
merged 4 commits into from
Aug 25, 2017
Merged

Adds basic table styles #121

merged 4 commits into from
Aug 25, 2017

Conversation

sixlive
Copy link
Contributor

@sixlive sixlive commented Aug 25, 2017

This PR adds basic table styling the gistlog content container. Updated production assets have been compiled in a separate commit.

Closes #120

screen shot 2017-08-25 at 10 06 05 am

@@ -144,6 +144,15 @@
top: 0.5em;
width: 2em;
}

table td {
padding: 6px 13px;
Copy link
Member

Choose a reason for hiding this comment

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

  1. what do you think about ems instead of pixels?
  2. alpha sort on css, so border first and then padding
  3. is this a color we've used before? if so--or even if not--let's make it a variable so we can keep our number of colors down
  4. could you do this nested? table { tr {} td {} }

Great stuff dude!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No problem, should have it in a few

* Nest table selectors/elements
* Sort attributes by alpha
* Utilize variables to unify style consistency
@mattstauffer mattstauffer merged commit faf6fcc into tighten:master Aug 25, 2017
@sixlive sixlive deleted the adds-basic-table-styles branch August 25, 2017 14:45
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