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 { .fixed-width {
font-family: "Courier New", Courier, monospace; font-family: "Courier New", Courier, monospace;
} }
.note {
text-align: center;
font-size: small;
}

View File

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

View File

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