From e8dee69592349cde50ddf8a4440f87e91808e6b6 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 22 Apr 2021 16:15:32 -0700 Subject: Fix layout for user-guide (#1810) --- docs/assets/css/style.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs/assets/css') diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index c8cb75a7c..df8ca8272 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -6,13 +6,3 @@ blockquote p { font-size: 16px; font-weight: 600; } - -ol { - counter-reset: section; - list-style-type: none; -} - -li:before { - counter-increment: section; - content: counters(section, ".") " "; -} \ No newline at end of file -- cgit v1.2.3