Table css definition

This commit is contained in:
James Purser 2023-10-02 12:35:11 +11:00
parent 553ac47715
commit 8cbb19ee78

View file

@ -153,7 +153,7 @@
.main_content {
margin: 0 auto;
}
.navbar-default {
}
@ -302,4 +302,8 @@
border-left-width: 1em;
border-left-color: gray;
padding-top: 10px;
}
table td {
font-size: 1em;
}