Center notes using CSS instead of obsolete CENTER element

This commit is contained in:
szarka 2024-12-14 18:01:58 +00:00
parent cdd950746e
commit 2ab8b60dc9
3 changed files with 7 additions and 4 deletions

View File

@ -138,3 +138,8 @@ td:not(.label) {
.fixed-width {
font-family: "Courier New", Courier, monospace;
}
.note {
text-align: center;
font-size: small;
}

View File

@ -1,7 +1,6 @@
</div>
</div>
</div>
<BR>
<CENTER><SMALL>Note: This page does not automatically refresh</SMALL></CENTER>
<p class="note">Note: This page does not automatically refresh</p>
</body>
</html>

View File

@ -170,7 +170,6 @@
</div>
</div>
</div>
<BR>
<CENTER><SMALL>Note: This page does not automatically refresh</SMALL></CENTER>
<p class="note">Note: This page does not automatically refresh</p>
</body>
</html>