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
1 changed files with 4 additions and 2 deletions

View File

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