diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index 23f038ef7..e55420ebc 100755 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -1936,13 +1936,20 @@ textarea.gray { color: gray; } #noresults { margin-right: 310px; } -#ad-frame { +#ad-frame, #ad_main { border: 0px; overflow: hidden; width: 300px; height: 280px; } +#ad_sponsorship { + border: 0px; + overflow: hidden; + width: 300px; + height: 100px; +} + /* search */ diff --git a/r2/r2/templates/sponsorshipbox.html b/r2/r2/templates/sponsorshipbox.html index cac12b792..2f3ecfad2 100644 --- a/r2/r2/templates/sponsorshipbox.html +++ b/r2/r2/templates/sponsorshipbox.html @@ -40,4 +40,6 @@ +%else: +
%endif