Remove uneeded in-line styling and tag attributes
This commit is contained in:
parent
9655c56ee6
commit
2b0b02ecb7
@ -18,7 +18,7 @@
|
|||||||
on h.hostid = e.hostid
|
on h.hostid = e.hostid
|
||||||
order by h.host'
|
order by h.host'
|
||||||
) %-->
|
) %-->
|
||||||
<tr height="80">
|
<tr>
|
||||||
<td><!--% get_avatar(host.hostid, host.host, host_cnt > 8) %--></td>
|
<td><!--% get_avatar(host.hostid, host.host, host_cnt > 8) %--></td>
|
||||||
|
|
||||||
<td><strong><!--% host.host %--></strong><br>
|
<td><strong><!--% host.host %--></strong><br>
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer id="footer_page">
|
<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">
|
<div id="more_info">
|
||||||
<nav class="column">
|
<nav class="column">
|
||||||
<h2>Ancestry</h2>
|
<h2>Ancestry</h2>
|
||||||
@ -133,7 +133,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div><!-- more_info -->
|
</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">
|
<div id="copyright">
|
||||||
<p>
|
<p>
|
||||||
Unless otherwise stated, our shows are released under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
|
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>
|
<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>.
|
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>
|
</p>
|
||||||
<hr />
|
|
||||||
</div><!-- copyright -->
|
</div><!-- copyright -->
|
||||||
<hr />
|
<hr />
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user