Files
Torn-Vault-Tracker/style.css
T
Keith Solomon e8fe2957a5 - Split functions and styles from index
- Start building generic log retrieval function
2022-12-17 13:26:00 -06:00

13 lines
220 B
CSS

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; }