T139 History table draft created

This commit is contained in:
2021-03-17 15:58:40 +01:00
parent a9ce408b80
commit 4ad48419df
6 changed files with 82 additions and 17 deletions

View File

@@ -0,0 +1,17 @@
.simpleTable {
width: 100%;
text-align: left;
border: none;
}
.simpleTable tr.thead{
border-bottom: 1px solid gray;
}
.simpleTable td {
font-size: 14px;
}
.simpleTable th {
font-size: 24px;
}