diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 1df38eb..0ea1daf 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -164,14 +164,19 @@ figcaption { font-size: 0.9em; } -.footnote { +div.content .footnote { font-size: 0.8em; } -.footnote p { +div.content .footnote p { margin: 0; } .footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active { font-weight: normal; } + +.footnote-ref { + font-size: 0.75em; + margin-left: 1px; +}