1
0
forked from HPR/hpr_generator

Remove uneeded in-line styling and tag attributes

This commit is contained in:
2024-10-12 11:05:52 -04:00
parent 9655c56ee6
commit 2b0b02ecb7
2 changed files with 3 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
</main>
<footer id="footer_page">
<h1 class="thick_bar"><span style="padding-left: 1em;">More Information...</span></h1>
<h1 class="thick_bar">More Information...</h1>
<div id="more_info">
<nav class="column">
<h2>Ancestry</h2>
@@ -133,7 +133,7 @@
</ul>
</nav>
</div><!-- more_info -->
<h1 class="thick_bar"><span style="padding-left: 1em;">Copyright Information</span></h1>
<h1 class="thick_bar">Copyright Information</h1>
<div id="copyright">
<p>
Unless otherwise stated, our shows are released under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
@@ -141,7 +141,6 @@
<p>
The <span property="dct:title">HPR Website Design</span> is released to the <a rel="license" href="https://creativecommons.org/publicdomain/mark/1.0/">Public Domain</a>.
</p>
<hr />
</div><!-- copyright -->
<hr />
</footer>