Updates to 0.8.1

This commit is contained in:
Zach Leatherman
2019-04-05 21:57:58 -05:00
parent d2439adf61
commit 6e02ac8a50
4 changed files with 33 additions and 1 deletions

View File

@ -51,6 +51,14 @@ header:after {
display: table;
clear: both;
}
table {
margin: 1em 0;
}
table td,
table th {
padding-right: 1em;
}
pre,
code {
font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;