From cfa35d43747843ee127630a8182ede56684f0a6f Mon Sep 17 00:00:00 2001 From: Marius Heine Date: Thu, 19 Feb 2026 08:05:35 +0100 Subject: [PATCH 1/2] remove margin for paragraphs in list items --- web/hugothemes/static/css/font.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/hugothemes/static/css/font.css b/web/hugothemes/static/css/font.css index 2a0f67ebb2..491e0cd67e 100644 --- a/web/hugothemes/static/css/font.css +++ b/web/hugothemes/static/css/font.css @@ -18,7 +18,7 @@ ol, ul { margin-top: 1.3em; } li p { - margin-top: -1em; + margin: 0; } /* open-sans-regular - latin-ext_latin */ From b01a75ba50b1e3724294227ad3977eb9542fe2f3 Mon Sep 17 00:00:00 2001 From: Marius Heine Date: Thu, 19 Feb 2026 08:08:57 +0100 Subject: [PATCH 2/2] add news content to gitignore --- web/news/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 web/news/.gitignore diff --git a/web/news/.gitignore b/web/news/.gitignore new file mode 100644 index 0000000000..8cfde877f4 --- /dev/null +++ b/web/news/.gitignore @@ -0,0 +1,2 @@ +# content for the news is derived from the RELEASE_NOTES.md +content \ No newline at end of file