diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 10:50:49 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 10:50:49 -0400 |
| commit | d79ccf51148d40dd6cfd24e6a80863766cd78db0 (patch) | |
| tree | fd12dcbd88198d8c85336597d43c20578ef3c6bf | |
| parent | 92fa182377dd826aedfcabc3fe016c1ad3dc58be (diff) | |
Display "footer paragraphs" as inline
| -rw-r--r-- | css/jakob.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/jakob.css b/css/jakob.css index c631aed..d9ef913 100644 --- a/css/jakob.css +++ b/css/jakob.css @@ -191,6 +191,10 @@ figcaption { font-size: 90%; } +.footpara { + display: inline; +} + /* Syntax Highlighting */ .syntax-special, .syntax-element { |