From 9be849cdfa7ecd7f9314e1da35b66ea5f9f23f41 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 4 Jan 2017 14:56:50 -0800 Subject: [PATCH] fix list display on chrome --- .../assets/stylesheets/_components.scss | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 8c7e18c86..043687cb2 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -197,19 +197,22 @@ header .header { } } - ul, ol { - list-style-position: inside; - margin-top: $baseline; - margin-left: 20px; - margin-right: 20px; - - li { - font-family: $serif; - font-size: 17px; - line-height: (30/17) !important; - margin-bottom: $baseline; + ul, ol { + list-style-position: inside; + margin-top: $baseline; + margin-left: 20px; + margin-right: 20px; + + li { + font-family: $serif; + font-size: 17px; + line-height: (30/17) !important; + margin-bottom: $baseline; + p { + display: inline; } } + } ul { list-style-type: circle;