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

Markdown Table Styling #120

Closed
sixlive opened this issue Aug 24, 2017 · 3 comments
Closed

Markdown Table Styling #120

sixlive opened this issue Aug 24, 2017 · 3 comments

Comments

@sixlive
Copy link
Contributor

sixlive commented Aug 24, 2017

Looks like there are missing styles for markdown / html tables.

screen shot 2017-08-24 at 11 35 43 am

@sixlive
Copy link
Contributor Author

sixlive commented Aug 24, 2017

Even just adding some padding and a border goes a long way.

table td {
    padding: 6px 13px;
    border: 1px solid #dfe2e5;
}

screen shot 2017-08-24 at 11 43 20 am

@sixlive
Copy link
Contributor Author

sixlive commented Aug 24, 2017

I'd be happy to PR if anyone wants to weigh in on stylistic opinions

@mattstauffer
Copy link
Member

@sixlive that's fine for now for sure--definitely better than what we had before!

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

No branches or pull requests

2 participants