This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nutch-site.git

commit 47c25f8bf883917009d1fb18d0a991dd2b06b698
Author: Sebastian Nagel <[email protected]>
AuthorDate: Tue Feb 17 16:40:26 2026 +0100

    Fix CSS style of list bullets
---
 themes/kube/static/css/main.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/themes/kube/static/css/main.css b/themes/kube/static/css/main.css
index ceb360e4..4bb59b5a 100644
--- a/themes/kube/static/css/main.css
+++ b/themes/kube/static/css/main.css
@@ -760,6 +760,7 @@ body.page-account #hero {
 
 #posts {
   list-style: none;
+  list-style-position: inside;
   margin: auto;
   margin-top: 48px;
   margin-bottom: 128px;

Reply via email to