diff options
-rw-r--r-- | media/archweb.css | 2 | ||||
-rw-r--r-- | templates/public/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media/archweb.css b/media/archweb.css index e662c670..040746bd 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -130,7 +130,7 @@ ul.errorlist { color: red; } div#nav-sidebar ul { list-style: none; margin: 0.5em 0 0.5em 1em; padding: 0; } /* home: sponsor banners */ -div#sponsors img { padding: 0.3em 0; } +div#arch-sponsors img { padding: 0.3em 0; } /* home: sidebar components (navlist, sponsors, pkgsearch, etc) */ div.widget { margin-bottom: 1.5em; } diff --git a/templates/public/index.html b/templates/public/index.html index c86a9768..2e1cf810 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -192,7 +192,7 @@ </div> -<div id="sponsors" class="widget"> +<div id="arch-sponsors" class="widget"> <a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="Velocity Network"><img src="/media/vnet_button.png" alt="Velocity Network - It's about time" /></a> <a href="https://www.sevenl.net/?utm_source=archlinux-org&utm_medium=sponsored-banner&utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers"><img src="/media/sevenl_button.png" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution" /></a> |