Skip to content

Commit 94323fd

Browse files
committed
Remove unrequired #arch-sponsors from CSS
Adjust the sponsor images to fit nicely and remove the sponsors id. Signed-off-by: Jelle van der Waa <[email protected]>
1 parent 86b4dc4 commit 94323fd

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

sitestatic/archweb.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,6 @@ h3 span.arrow {
634634
padding: 0;
635635
}
636636

637-
/* home: sponsor banners */
638-
#arch-sponsors img {
639-
padding: 0.3em 0;
640-
}
641-
642637
/* home: sidebar components (navlist, sponsors, pkgsearch, etc) */
643638
div.widget {
644639
margin-bottom: 1.5em;

sitestatic/hetzner_logo.png

3.13 KB
Loading

sitestatic/icons8_logo.png

799 Bytes
Loading

templates/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h4>More Resources</h4>
198198
</a>
199199
</div>
200200

201-
<div id="arch-sponsors" class="widget">
201+
<div class="widget">
202202
<a href="https://www.hetzner.com" title="Dedicated Root Server, VPS &amp; Hosting - Hetzner Online GmbH">
203203
<img src="{% static "hetzner_logo.png" %}"
204204
title="" alt="Hetzner logo"/>

0 commit comments

Comments
 (0)