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 {
|
.fixed-width {
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note {
|
||||||
|
text-align: center;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user