From 4ba9d437277b006ee323b0b2e30d81491bc7ed2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Sat, 19 Mar 2016 16:50:11 +0100
Subject: [PATCH] Make ordered list numbers inset

Fixes #20
---
 theme/sass/style.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme/sass/style.scss b/theme/sass/style.scss
index 51b1f0b0..a9400991 100644
--- a/theme/sass/style.scss
+++ b/theme/sass/style.scss
@@ -300,6 +300,7 @@ nav.subnav li {
     padding: 0;
   }
   article ul li {list-style: circle inside}
+  article ol li {list-style-position: inside}
 
   @media #{$small-and-down} {
     #content {
-- 
GitLab