This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git
The following commit(s) were added to refs/heads/trunk by this push:
new 05f587f Use transparent background
05f587f is described below
commit 05f587fc7b6db67c4532e4c28de09ed23659a82c
Author: JB Onofré <[email protected]>
AuthorDate: Tue Sep 16 18:33:33 2025 +0200
Use transparent background
---
_includes/navigation.html | 2 +-
images/Apache_PoweredBy.png | Bin 610589 -> 609817 bytes
images/asf_logo_wide.png | Bin 212062 -> 208107 bytes
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/navigation.html b/_includes/navigation.html
index 7a85b95..a689ccb 100644
--- a/_includes/navigation.html
+++ b/_includes/navigation.html
@@ -24,7 +24,7 @@
{% endfor %}
<li class="nav-item">
- <a class="nav-link"
href="https://www.apache.org"><img src="/images/asf_logo_wide.png"/></a>
+ <a class="nav-link"
href="https://www.apache.org"><img src="/images/asf_logo_wide.png"
style="width: 60px"/></a>
</li>
</ul>
<div>
diff --git a/images/Apache_PoweredBy.png b/images/Apache_PoweredBy.png
index 817e05a..c4c3cd5 100644
Binary files a/images/Apache_PoweredBy.png and b/images/Apache_PoweredBy.png
differ
diff --git a/images/asf_logo_wide.png b/images/asf_logo_wide.png
index 2a6cc99..a2840a0 100644
Binary files a/images/asf_logo_wide.png and b/images/asf_logo_wide.png differ