Remove undefined class declaration

There is no navFooter class defined in the CSS, a fact made quite
clear due to one of its uses being misspelled without any problems.
Remove class declaration.
This commit is contained in:
Daniel Gustafsson
2018-02-01 21:19:32 +01:00
parent cfa9bf2cea
commit 2e8f1dad0d

View File

@ -82,9 +82,9 @@
<br class="pgClearBoth" />
</div> <!-- pgContent -->
<div id="pgFooter">
<a class="navFooter" href="{{link_root}}/about/privacypolicy">Privacy Policy</a> |
<a class="navFooter" href="{{link_root}}/about/">About PostgreSQL</a> |
<a class="navFotter" href="https://twitter.com/postgresql" target="_blank">Twitter</a><br/>
<a href="{{link_root}}/about/privacypolicy">Privacy Policy</a> |
<a href="{{link_root}}/about/">About PostgreSQL</a> |
<a href="https://twitter.com/postgresql" target="_blank">Twitter</a><br/>
Copyright &copy; 1996-{% now "Y" %} The PostgreSQL Global Development Group
</div> <!-- pgFooter -->
</div>