Add placeholder element and styling for ad frames.

This commit is contained in:
Max Goodman
2012-12-12 15:56:57 -08:00
parent 8b77613309
commit b7e3727cde
2 changed files with 10 additions and 1 deletions

View File

@@ -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 */

View File

@@ -40,4 +40,6 @@
</a>
</div>
</div>
%else:
<div class="sponsorshipbox"></div>
%endif