forked from rho_n/hpr_generator
Merge pull request 'Fixes to "step navigation", etc' (#149) from I148_The_lower_"step_navigation"_line_is_smaller_than_the_upper_one into main
Reviewed-on: rho_n/hpr_generator#149
This commit is contained in:
commit
7b6788731b
@ -198,7 +198,7 @@ h1.showtitle { font-size: 125%;}
|
|||||||
|
|
||||||
p.author { font-size: 85%;}
|
p.author { font-size: 85%;}
|
||||||
p.shownotes { padding: .5em;}
|
p.shownotes { padding: .5em;}
|
||||||
#maincontent footer p { font-size: 75%; margin-bottom: 1em;}
|
#maincontent footer p { /* font-size: 75%; */ margin-bottom: 1em;}
|
||||||
/* link styling */
|
/* link styling */
|
||||||
a:link {text-decoration: none;}
|
a:link {text-decoration: none;}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<h3 id="outro">HPR Outro Music </h3>
|
<h3 id="outro">HPR Outro Music </h3>
|
||||||
<p>
|
<p>
|
||||||
This can be added is automatically added after you upload your show.
|
This is automatically added after you upload your show.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
FROM eps
|
FROM eps
|
||||||
INNER JOIN episode_date
|
INNER JOIN episode_date
|
||||||
ON eps.date > episode_date.date
|
ON eps.date > episode_date.date
|
||||||
WHERE eps.date < date(\'now\')
|
WHERE eps.date <= date(\'now\')
|
||||||
),
|
),
|
||||||
comment_tallies AS (
|
comment_tallies AS (
|
||||||
SELECT
|
SELECT
|
||||||
|
@ -93,3 +93,7 @@
|
|||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
<a href="<!--% absolute_path(baseurl) %-->eps/<!--% folder %--><!--% zero_pad_left(links.latest) %-->/index.html" rel="last">Latest >></a></small>
|
<a href="<!--% absolute_path(baseurl) %-->eps/<!--% folder %--><!--% zero_pad_left(links.latest) %-->/index.html" rel="last">Latest >></a></small>
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
vim: syntax=html:ts=8:sw=4:tw=78:et:ai:
|
||||||
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user