Update layout of episode summary information.

This commit is contained in:
Roan Horning 2023-04-02 08:53:07 -04:00
parent 1c94855de2
commit a2863e5d84
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769
2 changed files with 9 additions and 6 deletions

View File

@ -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;}

View File

@ -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 %-->