This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 5f330a64 formatting
5f330a64 is described below
commit 5f330a64a3e94cc73854b7a7484bfd23c0d30dde
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 24 21:29:37 2025 +1000
formatting
---
doc/site/templates/main.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/doc/site/templates/main.html b/doc/site/templates/main.html
index 3befae82..5affa057 100644
--- a/doc/site/templates/main.html
+++ b/doc/site/templates/main.html
@@ -518,10 +518,8 @@ class LoginSpec extends GebSpec {
<p>ApacheĀ® and the Apache feather logo are
either registered trademarks or trademarks of The Apache Software
Foundation.</p>
</td>
<td>
- <a href="https://groovy.apache.org"><img
style="width:120px" alt="Groovy Logo" src="./images/groovy-logo-white.png"
class="offset-next"></a>
- </td>
- <td>
- <a href="https://www.apache.org"><img
style="width:120px" alt="Apache Logo" src="./images/asf_logo.png"
class="offset-next"></a>
+ <p><a
href="https://groovy.apache.org"><img style="width:120px" alt="Groovy Logo"
src="./images/groovy-logo-white.png" class="offset-next"></a></p>
+ <p><a href="https://www.apache.org"><img
style="width:120px" alt="Apache Logo" src="./images/asf_logo.png"
class="offset-next"></a></p>
</td>
</tr></table>
</div>