From dbd78621ecf6e09a902c14d0764f3e7f10a5243e Mon Sep 17 00:00:00 2001 From: Yongquan Yang Date: Sat, 16 Jul 2022 08:10:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom/custom.css b/custom/custom.css index 1d297b3..2756401 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -21,4 +21,13 @@ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; + } + ul{ + margin-left:2em; + } + ol{ + margin-left:2em; + } + li{ + line-height: 1.8; } \ No newline at end of file From 04e8eb5278ba11159a3683da694d95abbfec6515 Mon Sep 17 00:00:00 2001 From: Yongquan Yang Date: Sat, 16 Jul 2022 17:20:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=A1=8C=E9=AB=98=EF=BC=8C=E7=9C=8B=E8=B5=B7=E6=9D=A5?= =?UTF-8?q?=E6=9B=B4=E8=88=92=E6=9C=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom/custom.css b/custom/custom.css index 2756401..6fb8fee 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -28,6 +28,9 @@ ol{ margin-left:2em; } - li{ + ol > li{ + line-height: 1.8; + } + ul > li{ line-height: 1.8; } \ No newline at end of file