diff options
Diffstat (limited to 'services/nuldoc/public/default')
| -rw-r--r-- | services/nuldoc/public/default/404.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/default/index.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/default/style.css | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html index 0cc57490..cae61838 100644 --- a/services/nuldoc/public/default/404.html +++ b/services/nuldoc/public/default/404.html @@ -14,7 +14,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Page Not Found|nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23"> + <link rel="stylesheet" href="/style.css?h=e2a00297c169b9605af26b512083ee79"> </head> <body class="single"> <header class="header"> diff --git a/services/nuldoc/public/default/index.html b/services/nuldoc/public/default/index.html index 51088ef7..f8dc695e 100644 --- a/services/nuldoc/public/default/index.html +++ b/services/nuldoc/public/default/index.html @@ -15,7 +15,7 @@ <link rel="alternate" type="application/atom+xml" href="https://nsfisis.dev/atom.xml"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23"> + <link rel="stylesheet" href="/style.css?h=e2a00297c169b9605af26b512083ee79"> </head> <body class="single"> <header class="header"> diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css index 4090151a..c6104dd2 100644 --- a/services/nuldoc/public/default/style.css +++ b/services/nuldoc/public/default/style.css @@ -328,6 +328,16 @@ img { border-top: 1px solid #000; } +.footnotes .footnote { + display: flex; + gap: 0.75em; + align-items: baseline; +} + +.footnotes .footnote p { + margin: 0; +} + .pagination { display: flex; justify-content: center; |
