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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f94cad  Fix the style of nested lists
7f94cad is described below

commit 7f94cad0d74f4bda305e6513414e2cb300c1b332
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jan 14 18:35:30 2026 +0000

    Fix the style of nested lists
---
 atr/static/css/atr.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index a728c68..f006bcc 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -255,6 +255,10 @@ h3, p, ul, form {
     margin-bottom: 1rem;
 }
 
+li ul {
+    margin-bottom: 0;
+}
+
 table th {
     text-align: left;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to