CSS: Convert tabs to spaces

This commit is contained in:
Florian Strohmaier 2016-06-06 15:00:48 +02:00
parent 9959ae0159
commit 4bd88c728e

View File

@ -115,21 +115,21 @@
}
> tbody > tr {
border-bottom: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
}
> tbody > tr:last-child {
border-bottom: none
border-bottom: none
}
> tbody > tr > td {
white-space: nowrap;
vertical-align: top;
padding: 3px 6px;
white-space: nowrap;
vertical-align: top;
padding: 3px 6px;
}
> tbody > tr > td:nth-child(2) {
white-space: normal;
white-space: normal;
}
> thead > tr > th:first-child,
@ -140,11 +140,11 @@
}
> thead > tr > th {
text-align: center;
text-align: center;
}
> thead > tr > th:nth-child(2) {
text-align: left;
text-align: left;
}
}