forked from Ocean/datum_gateway
Center notes using CSS instead of obsolete CENTER element
This commit is contained in:
parent
cdd950746e
commit
2ab8b60dc9
@ -138,3 +138,8 @@ td:not(.label) {
|
||||
.fixed-width {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
.note {
|
||||
text-align: center;
|
||||
font-size: small;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user