This is an automated email from the ASF dual-hosted git repository.
wave 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 81611e5f Fix image style on tutorial page
81611e5f is described below
commit 81611e5f9d3d5287e819f03a59f187ae87af0dd7
Author: Dave Fisher <[email protected]>
AuthorDate: Sun Apr 5 12:28:09 2026 -0700
Fix image style on tutorial page
---
atr/templates/tutorial.html | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/atr/templates/tutorial.html b/atr/templates/tutorial.html
index c2497ed4..b8360534 100644
--- a/atr/templates/tutorial.html
+++ b/atr/templates/tutorial.html
@@ -6,7 +6,7 @@
{% block stylesheets %}
{{ super() }}<style>
- img {
+ img.tutorial-image {
border: 1px < !-- djlint:on -->solid #cccccc;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
margin: 1rem 0;
@@ -34,6 +34,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-compose-01.png') }}"
+ class="tutorial-image"
alt="Illustration: Follow the sidebar link, and use the button." />
</p>
<p>
@@ -41,6 +42,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-compose-02.png') }}"
+ class="tutorial-image"
alt="Illustration: Use the Upload files button to add files." />
</p>
<p>
@@ -54,6 +56,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-compose-03.png') }}"
+ class="tutorial-image"
alt="Illustration: Review the results of your checks, and use the
Start voting button." />
</p>
<p>
@@ -61,6 +64,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-compose-04.png') }}"
+ class="tutorial-image"
alt="Illustration: Use the form to start a vote." />
</p>
@@ -70,6 +74,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-vote-01.png') }}"
+ class="tutorial-image"
alt="Illustration: Anybody can review the reports." />
</p>
<p>
@@ -77,6 +82,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-vote-02.png') }}"
+ class="tutorial-image"
alt="Illustration: Download the release candidate files." />
</p>
<p>
@@ -84,6 +90,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-vote-03.png') }}"
+ class="tutorial-image"
alt="Illustration: Review the voting thread, and cast your own vote."
/>
</p>
<p>
@@ -91,6 +98,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-vote-04.png') }}"
+ class="tutorial-image"
alt="Illustration: Use the vote resolution form to progress to the
next phase." />
</p>
@@ -106,6 +114,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-finish-01.png') }}"
+ class="tutorial-image"
alt="Illustration: Use the Announce and distribute button." />
</p>
<p>
@@ -113,6 +122,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-finish-02.png') }}"
+ class="tutorial-image"
alt="Illustration: The announcement form sends a message to your
selected mailing list." />
</p>
@@ -120,6 +130,7 @@
<p>When a release is finished, it is listed alongside any other finished
releases for a project.</p>
<p>
<img src="{{ static_url('png/tutorial-releases-01.png') }}"
+ class="tutorial-image"
alt="Illustration: Finished releases are shown for each individual
project." />
</p>
<p>Each release entry provides a link to download the files in the
release.</p>
@@ -134,11 +145,13 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-projects-01.png') }}"
+ class="tutorial-image"
alt="Illustration: Use the Create project button to create a new
project." />
</p>
<p>Follow the instructions under each form input carefully, otherwise your
new project will not be created.</p>
<p>
<img src="{{ static_url('png/tutorial-projects-02.png') }}"
+ class="tutorial-image"
alt="Illustration: The create project form has Display name and Label
fields." />
</p>
<p>
@@ -146,6 +159,7 @@
</p>
<p>
<img src="{{ static_url('png/tutorial-projects-03.png') }}"
+ class="tutorial-image"
alt="Illustration: The release policy form is split into three
sections." />
</p>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]