- Split functions and styles from index

- Start building generic log retrieval function
This commit is contained in:
Keith Solomon
2022-12-17 13:26:00 -06:00
parent be45c71db4
commit e8fe2957a5
4 changed files with 84 additions and 108 deletions
+13
View File
@@ -0,0 +1,13 @@
table, tr, td {
border: 1px solid #333;
border-collapse: collapse;
}
thead td {
font-weight: bold;
padding: .15em 1em;
text-align: center;
text-transform: uppercase;
}
td { padding: .15em 1em; }