diff options
author | mms <michal@sapka.me> | 2024-02-27 00:52:07 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-27 00:52:07 +0100 |
commit | b1400e8c111d3ef9c471c61dad2bca8da326510a (patch) | |
tree | 01f8ddf5796b2c78197095b01c273a4927ac6163 /static | |
parent | 484542db1958a19afaccf561b0ae3c5bf67708f6 (diff) |
feat; more buttons
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 69ed3e5..6889783 100644 --- a/static/style.css +++ b/static/style.css @@ -473,10 +473,9 @@ a[href^="#fn:"]:after{ content: ']' } margin: 3px; } .footnotes hr { - display: none + size: 1px; } .footnotes::before { - content: "Footnotes"; border: 0; border-bottom-width: 1px; border-style: solid; |