From 150e6f1795945305606e56f67d8a009c6adce1b1 Mon Sep 17 00:00:00 2001 From: Michael Wedl Date: Wed, 24 May 2023 15:38:04 +0200 Subject: [PATCH] Fix footnote-call styles --- weasyprint/css/html5_ua.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weasyprint/css/html5_ua.css b/weasyprint/css/html5_ua.css index 550de0d25..62e915588 100644 --- a/weasyprint/css/html5_ua.css +++ b/weasyprint/css/html5_ua.css @@ -616,7 +616,7 @@ var { font-style: italic; } video { object-fit: contain; } xmp { display: block; font-family: monospace; margin-bottom: 1em; margin-top: 1em; /* unicode-bidi: isolate; */ white-space: pre; } -::footnote-call { content: counter(footnote); vertical-align: baseline; font-size: 100%; line-height: inherit; font-variant-position: super; } +::footnote-call { content: counter(footnote); vertical-align: super; font-size: smaller; line-height: inherit; } ::footnote-marker { content: counter(footnote) '. '; } @page {