From c4eb3d99a0feef623fe390e1a0dbe94172a3b46c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 25 Sep 2018 12:55:56 +0200 Subject: content update --- _includes/site.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '_includes/site.css') diff --git a/_includes/site.css b/_includes/site.css index 154d3da..f9c7d5c 100644 --- a/_includes/site.css +++ b/_includes/site.css @@ -168,8 +168,12 @@ ol { margin-left: -0.3em; } +ol li { + counter-increment: li; +} + ol li::before { - content: counter(li); + content: counter(li)'.'; color: #ccc; font-weight: 500; display: inline-block; @@ -177,11 +181,6 @@ ol li::before { margin-left: -1.5em; margin-right: 0.9em; text-align: right; - direction: rtl -} - -ol li { - counter-increment: li } /* commenting */ -- cgit v1.2.3