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 /media | |
parent | f8b5f0c4ae9076fc2fb3f693284de2f611398175 (diff) |
Re-ID sponsors div so it skirts adblock
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r-- | media/archweb.css | 2 |
1 files changed, 1 insertions, 1 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; } |