diff options
author | Peter Cai <[email protected]> | 2020-04-15 21:37:24 +0800 |
---|---|---|
committer | Peter Cai <[email protected]> | 2020-04-15 21:37:24 +0800 |
commit | 707bfca75d70f75c6dec2e8c058c26c7cbacec57 (patch) | |
tree | 1dd5d3f98141512a80170d100aca2ab97056b281 | |
parent | f75e6d57202da1c0283433398968e75cfa5a6af7 (diff) | |
download | paprika-707bfca75d70f75c6dec2e8c058c26c7cbacec57.tar.gz |
theme: format css
-rw-r--r-- | theme/default/static/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 3bb932a..e95a7c8 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -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; } |