Update layout of episode summary information.
This commit is contained in:
parent
1c94855de2
commit
a2863e5d84
@ -248,6 +248,11 @@ pre.comment {
|
|||||||
line-height: 1.2rem;
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3.title { margin: 1.25rem 0 0.75rem 0 }
|
||||||
|
p.meta { margin: 0.25rem 0 }
|
||||||
|
p.summary { margin: 0.25rem 0 }
|
||||||
|
p.listen-in { margin-top: 0 }
|
||||||
|
|
||||||
@media only screen and (max-width: 680px) {
|
@media only screen and (max-width: 680px) {
|
||||||
#container {width: 95%;}
|
#container {width: 95%;}
|
||||||
img#hprlogo {float: left; max-width: 85px; padding: .35em;}
|
img#hprlogo {float: left; max-width: 85px; padding: .35em;}
|
||||||
|
@ -47,9 +47,8 @@ or
|
|||||||
hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(show.hostid) %-->.html"><!--% show.host %--></a>
|
hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(show.hostid) %-->.html"><!--% show.host %--></a>
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
</h3>
|
</h3>
|
||||||
<p class="meta"><!--% show_meta(show) %--><br>
|
<p class="meta"><!--% show_meta(show) %--></p>
|
||||||
<!--% show.summary %-->
|
<p class="summary"><!--% show.summary %--></p>
|
||||||
</p>
|
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|
||||||
<!--% MACRO twat_show_summary(show, hide_host) BLOCK %-->
|
<!--% MACRO twat_show_summary(show, hide_host) BLOCK %-->
|
||||||
@ -58,8 +57,7 @@ or
|
|||||||
hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(show.hostid) %-->.html"><!--% show.host %--></a>
|
hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(show.hostid) %-->.html"><!--% show.host %--></a>
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
</h3>
|
</h3>
|
||||||
<p class="meta"><!--% show_meta(show) %--><br>
|
<p class="meta"><!--% show_meta(show) %--></p>
|
||||||
<!--% show.summary %-->
|
<p class="summary"><!--% show.summary %--></p>
|
||||||
</p>
|
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user