Fix up styling of tables in documentation

This commit is contained in:
Jeremy Stretch
2020-03-26 11:54:58 -04:00
parent 058c78d8be
commit 66a99e13bb
2 changed files with 14 additions and 1 deletions

12
docs/extra.css Normal file
View File

@@ -0,0 +1,12 @@
/* Custom table styling */
table {
margin-bottom: 24px;
width: 100%;
}
th {
background-color: #f0f0f0;
padding: 6px;
}
td {
padding: 6px;
}