Hide only empty table headers

master
Marc Riera Irigoyen 2018-03-16 12:28:24 +01:00
parent ec1e3a47eb
commit c2681876f2
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ td {
text-align: center;
}
th {
th:empty {
display:none;
}