Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Add style for tables #56

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,17 @@
border-left: .2rem solid #ccc;
padding-left: 3.8rem;
}
.markdown-body table {
font-size: inherit;
width: 100%;
margin-bottom: 2em;
border-spacing: 0;
border-collapse: collapse;
}
.markdown-body table th,
.markdown-body table td {
padding: .8em .4em;
border-bottom: 1px solid #CCC;
border-bottom-color: rgba(0,0,0,0.2);
}
/* end Markdown styles */