From 871fb8c2dcf8a6639c36fe7129373b6cf2071959 Mon Sep 17 00:00:00 2001 From: Dan Erikson Date: Tue, 17 May 2016 23:34:40 -0600 Subject: [PATCH] Fix list margin and padding on Firefox --- app/css/general.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/css/general.styl b/app/css/general.styl index 2b7139c..54ec394 100644 --- a/app/css/general.styl +++ b/app/css/general.styl @@ -75,10 +75,15 @@ ul display: block list-style-type: disc -webkit-margin-before: 1em + -moz-margin-before: 1em -webkit-margin-after: 1em + -moz-margin-after: 1em -webkit-margin-start: 0px + -moz-margin-start: 0px -webkit-margin-end: 0px + -moz-margin-end: 0px -webkit-padding-start: 40px + -moz-padding-start: 40px ol list-style-type: decimal