Use no-css class on page footer hr tag
This commit is contained in:
@@ -134,11 +134,6 @@ body > footer {
|
||||
text-align: center;
|
||||
line-height: 1.25;
|
||||
}
|
||||
body > footer hr:first-child {
|
||||
display: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body > footer a {
|
||||
color: var(--link-secondary);
|
||||
}
|
||||
|
@@ -66,7 +66,7 @@
|
||||
<!--% INCLUDE $content %-->
|
||||
</main>
|
||||
<footer role="contentinfo">
|
||||
<hr>
|
||||
<hr class="no-css">
|
||||
<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/">
|
||||
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)</a> license.</span>
|
||||
|
Reference in New Issue
Block a user