diff options
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 0b50f03..7e66552 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -744,3 +744,22 @@ figure:not(.code-container) figcaption .figure-number { #pagination:empty { display: none; } + +.footdef { + display: flex; + align-items: flex-start; + gap: 8px; + margin-bottom: 10px +} + +.footpara { + display: inline; + margin: 0; + font-size: 9px +} + +.footnum { + font-weight: 700; + color: #666; + text-decoration: none +} |