summaryrefslogtreecommitdiffstats
path: root/docs/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/style.scss10
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