mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
Add placeholder element and styling for ad frames.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -40,4 +40,6 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
%else:
|
||||
<div class="sponsorshipbox"></div>
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user