IE6 CSS: Restore footer div hack for Mozilla compatibility

This commit is contained in:
RichardG867
2021-12-04 17:44:47 -03:00
parent f58ca66cb4
commit 5374b8be62
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<footer>
<div>86Box is maintained by <a href="https://github.com/OBattler">OBattler</a> and <a href="https://github.com/orgs/86Box/people">the 86Box developers</a>. Website developed by <a href="https://github.com/foxlet">Foxlet</a><span id="reduced"> with retro-reduced version by <a href="https://github.com/richardg867">richardg867</a></span>.</div>
<div id="footer">86Box is maintained by <a href="https://github.com/OBattler">OBattler</a> and <a href="https://github.com/orgs/86Box/people">the 86Box developers</a>. Website developed by <a href="https://github.com/foxlet">Foxlet</a><span id="reduced"> with retro-reduced version by <a href="https://github.com/richardg867">richardg867</a></span>.</div>
</footer>
</body></html>

View File

@@ -38,7 +38,7 @@ main { /* requires JS on IE6 */
display: block;
padding: 5pt 0pt;
}
footer { /* requires JS on IE6 */
div#footer {
display: block;
background-color: #2b496f;
text-align: center;