Padding for table text too
This commit is contained in:
parent
c2681876f2
commit
571bc21911
1 changed files with 1 additions and 1 deletions
|
@ -262,6 +262,7 @@ td {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 2px 2px 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
th:empty {
|
th:empty {
|
||||||
|
@ -271,7 +272,6 @@ th:empty {
|
||||||
table img {
|
table img {
|
||||||
display: inline;
|
display: inline;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding: 2px 2px 2px 2px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue