From 707bfca75d70f75c6dec2e8c058c26c7cbacec57 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Wed, 15 Apr 2020 21:37:24 +0800 Subject: [PATCH] theme: format css --- theme/default/static/style.css | 6 ++++-- 1 file 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; }