diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-08 09:33:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-08 09:33:32 -0500 |
commit | 5464ec55569de88182ced59283894ed7ddbe4fbf (patch) | |
tree | 1da644ac8b78136de1c0d9bb04888d1176ccc060 | |
parent | f8b5f0c4ae9076fc2fb3f693284de2f611398175 (diff) |
Re-ID sponsors div so it skirts adblock
Signed-off-by: Dan McGee <dan@archlinux.org>
-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> |