Update docs

This commit is contained in:
Michael Rose
2016-04-12 16:48:27 -04:00
parent 29a47da3f2
commit c1a9f8d9cb
11 changed files with 260 additions and 39 deletions

View File

@ -129,7 +129,8 @@ pre {
p > code,
a > code,
li > code,
figcaption > code {
figcaption > code,
td > code {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
font-size: $type-size-6;

View File

@ -3,6 +3,7 @@
========================================================================== */
table {
margin-bottom: 1em;
width: 100%;
font-family: $global-font-family;
font-size: $type-size-6;

File diff suppressed because one or more lines are too long