Sort of fixed table issue with CSS. Draft of Recommenders post.

The post needs the conversion to be handled a little better, but
that's about it.
This commit is contained in:
Chris Hodapp
2018-04-08 13:11:40 -04:00
parent 2488406615
commit 4b6ba97e1b
7 changed files with 5500 additions and 33 deletions

View File

@@ -59,3 +59,11 @@ div.info {
font-size: 14px;
font-style: italic;
}
table td, table th {
padding: 0.5em;
# border-bottom: 0.5px solid black
}
table > thead > tr:last-child > * {
border-bottom: 2px solid black
}