Compare commits
2 Commits
2a119bd920
...
466ef289b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
466ef289b1
|
|||
|
b5755ddedb
|
@@ -757,7 +757,7 @@ nav.episodes span:nth-child(n+3) a {
|
|||||||
}
|
}
|
||||||
nav.episodes span.no-link,
|
nav.episodes span.no-link,
|
||||||
nav.episodes span a {
|
nav.episodes span a {
|
||||||
padding: 0.17em;
|
padding: 0.3em 0.4em 0.1em 0.4em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 4.4em;
|
min-width: 4.4em;
|
||||||
min-height: 1.5em;
|
min-height: 1.5em;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 877 B |
|
Before Width: | Height: | Size: 911 B After Width: | Height: | Size: 911 B |
|
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 575 B |
|
Before Width: | Height: | Size: 578 B After Width: | Height: | Size: 578 B |
@@ -117,10 +117,10 @@
|
|||||||
<!--% IF folder %-->
|
<!--% IF folder %-->
|
||||||
<!--% folder = folder %--><!--% ELSE %--><!--% folder = "hpr" %-->
|
<!--% folder = folder %--><!--% ELSE %--><!--% folder = "hpr" %-->
|
||||||
<!--% END %-->
|
<!--% END %-->
|
||||||
<!--% arrow_first = "arrow-first-plain.svg" %-->
|
<!--% arrow_first = "arrow-first.svg" %-->
|
||||||
<!--% arrow_prev = "arrow-previous-plain.svg" %-->
|
<!--% arrow_prev = "arrow-previous.svg" %-->
|
||||||
<!--% arrow_next = "arrow-next-plain.svg" %-->
|
<!--% arrow_next = "arrow-next.svg" %-->
|
||||||
<!--% arrow_last = "arrow-last-plain.svg" %-->
|
<!--% arrow_last = "arrow-last.svg" %-->
|
||||||
<nav class="episodes" aria-description="Navigation to other episodes"><span><a href="<!--% absolute_path(baseurl) %-->eps/<!--% folder %--><!--% zero_pad_left(links.earliest) %-->/index.html" rel="first" aria-label="first episode"><!--% INSERT $arrow_first %--><span class="no-css"><< </span>First</a></span>,
|
<nav class="episodes" aria-description="Navigation to other episodes"><span><a href="<!--% absolute_path(baseurl) %-->eps/<!--% folder %--><!--% zero_pad_left(links.earliest) %-->/index.html" rel="first" aria-label="first episode"><!--% INSERT $arrow_first %--><span class="no-css"><< </span>First</a></span>,
|
||||||
<!--% IF links.previous %-->
|
<!--% IF links.previous %-->
|
||||||
<span><a href="<!--% absolute_path(baseurl) %-->eps/<!--% folder %--><!--% zero_pad_left(links.previous) %-->/index.html" rel="previous" aria-label="previous episode"><!--% INSERT $arrow_prev %--><span class="no-css">< </span>Previous</a></span>,
|
<span><a href="<!--% absolute_path(baseurl) %-->eps/<!--% folder %--><!--% zero_pad_left(links.previous) %-->/index.html" rel="previous" aria-label="previous episode"><!--% INSERT $arrow_prev %--><span class="no-css">< </span>Previous</a></span>,
|
||||||
|
|||||||