Use no-css class on page footer hr tag

This commit is contained in:
2025-08-03 22:45:01 -04:00
parent 90710665c9
commit c742794f15
2 changed files with 1 additions and 6 deletions

View File

@@ -134,11 +134,6 @@ body > footer {
text-align: center; text-align: center;
line-height: 1.25; line-height: 1.25;
} }
body > footer hr:first-child {
display: none;
margin: 0;
padding: 0;
}
body > footer a { body > footer a {
color: var(--link-secondary); color: var(--link-secondary);
} }

View File

@@ -66,7 +66,7 @@
<!--% INCLUDE $content %--> <!--% INCLUDE $content %-->
</main> </main>
<footer role="contentinfo"> <footer role="contentinfo">
<hr> <hr class="no-css">
<div id="copyright"> <div id="copyright">
<span>Unless otherwise stated, our shows are released under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> <span>Unless otherwise stated, our shows are released under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.</span> Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.</span>