From 37c7e61cdd5aaa6822f1756e24afb71c4ae87bdc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Oct 2013 17:24:22 -0700 Subject: [PATCH] fixes #6: don't reset ul and ol padding --- public/css/hyde.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index ed314f747a613..844b8f0e7c00a 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -75,8 +75,7 @@ p { } ul, ol { - padding: 0; - margin: 0 0 15px; + margin-bottom: 15px; } li { color: #888580;