fix footnote spacing

This commit is contained in:
james
2020-12-16 15:31:25 +00:00
parent 41ef7a3fce
commit 256460dddc

View File

@@ -181,6 +181,11 @@ table.docutils.footnote {
margin-left: 10px;
}
table.footnote td.label {
padding-right: 10px;
display: table-cell;
}
/* -- STYLE PULL-QUOTE AS ADMONITION WHILE DOCS STILL PARSED FOR LGTM EMBEDDED HELP------------------------- */
blockquote.pull-quote {