diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-22 16:15:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 16:15:32 -0700 |
| commit | e8dee69592349cde50ddf8a4440f87e91808e6b6 (patch) | |
| tree | 7398c640a8b8d1f05743d74f0242a17ad7cfd759 /docs/assets/css/style.scss | |
| parent | c5998a7163c8936535598a84030d64df5bb7ea2f (diff) | |
Fix layout for user-guide (#1810)
Diffstat (limited to 'docs/assets/css/style.scss')
| -rw-r--r-- | docs/assets/css/style.scss | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
