From 10a22b00975e4cfa6671cbed7de99d0084eb9628 Mon Sep 17 00:00:00 2001
From: zPlus <->
Date: Sun, 12 Mar 2017 14:29:25 +0100
Subject: [PATCH] css/reset.styl: Add margins to
lists
---
css/reset.styl | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/css/reset.styl b/css/reset.styl
index a177887a..dacf5498 100644
--- a/css/reset.styl
+++ b/css/reset.styl
@@ -189,4 +189,7 @@ p > code
white-space pre
white-space pre-wrap
white-space -moz-pre-wrap
- white-space -o-pre-wrap
\ No newline at end of file
+ white-space -o-pre-wrap
+
+ul, ol
+ margin 1.2em 2em
\ No newline at end of file