Files
2026-06-09 21:47:57 +02:00

13 lines
101 B
CSS

th:empty {
display: none;
}
th img{
display: block;
margin: auto;
}
table {
width: 100%;
}