theme: format css

This commit is contained in:
Peter Cai 2020-04-15 21:37:24 +08:00
parent f75e6d5720
commit 707bfca75d
No known key found for this signature in database
GPG key ID: 71F5FB4E4F3FD54F

View file

@ -156,11 +156,13 @@ table {
overflow-x: scroll; overflow-x: scroll;
} }
th, td { th,
td {
padding: 15px; padding: 15px;
} }
th:not(:first-child), td:not(:first-child) { th:not(:first-child),
td:not(:first-child) {
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
} }