13 lines
101 B
CSS
13 lines
101 B
CSS
th:empty {
|
|
display: none;
|
|
}
|
|
|
|
th img{
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
}
|