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

Better Tables! #6

Open
the-alex opened this issue May 17, 2016 · 0 comments
Open

Better Tables! #6

the-alex opened this issue May 17, 2016 · 0 comments

Comments

@the-alex
Copy link
Member

The table styling could be better. Something more like the GitHub ones would be nice.

Example:

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Off the top of my head, starting with something as simple as ...

td {
    border-width: 1px;
    border: solid 2px black;
    padding: 10px 10px 10px 10px;
}

... wouldn't be too bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant