From a81967884d8843fc7b18da5e129636205cce7d50 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sat, 14 May 2016 15:09:19 -0400 Subject: [PATCH] Fixing mutliline lists --- client/homebrew/phbStyle/phb.style.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 9b78ac711..b358b74e0 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -65,14 +65,16 @@ ul{ margin-bottom : 0.8em; line-height : 1.3em; - list-style-position : inside; + list-style-position : outside; list-style-type : disc; + padding-left: 1.4em; } ol{ margin-bottom : 0.8em; line-height : 1.3em; - list-style-position : inside; + list-style-position : outside; list-style-type : decimal; + padding-left: 1.4em; } img{ z-index : -1;