From 23149c6547e8045cca8145840c2f6e8997cd949a Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 23 Jan 2023 15:18:38 +0800 Subject: [PATCH] Fix: wrong usage of group selector --- static/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4099a84..187edd5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -432,19 +432,22 @@ body { line-height: 1.5em; } -.content th, td { +.content th, +.content td { text-align: left; padding-right: 20px; vertical-align: top; } -.content table td, td { +.content table td, +.content table td { border-spacing: none; border-style: solid; padding: 10px 15px; border-width: 1px 0 0 0; } -.content thead th, th { +.content thead th, +.content thead th { text-align: left; padding: 10px 15px; height: 20px;