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-release.git


The following commit(s) were added to refs/heads/main by this push:
     new abc756b  Fix the display of back links
abc756b is described below

commit abc756b8f2df37ed3f3b5262f3d99eedcef9dec0
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon May 12 17:24:23 2025 +0100

    Fix the display of back links
---
 atr/static/css/atr.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index f5af518..2c76604 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -51,7 +51,7 @@ footer {
 }
 
 h1 {
-    margin-top: 1rem;
+    margin-top: 1.5rem;
     margin-bottom: 1.5rem;
     line-height: 1.35;
 }
@@ -416,7 +416,7 @@ aside.sidebar nav a:hover {
 
 .atr-back-link {
     display: inline-block;
-    margin-bottom: 1rem;
+    margin-bottom: 0;
     color: #0000cc;
     text-decoration: none;
 }


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

Reply via email to