;site: show row borders in tables

[ci skip]
This commit is contained in:
Simon Michael 2019-05-07 16:03:29 -07:00
parent 5e2f5cf511
commit 5cecc81c19

View File

@ -1,6 +1,9 @@
table { table {
margin-bottom:1em; margin-bottom:1em;
} }
td {
border-bottom:thin solid #ddd;
}
code { code {
background-color:inherit; background-color:inherit;
color: inherit; color: inherit;