From 6dcfddd2ad9decbafa331e66edf10421dc3a1e01 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 5 Jan 2017 11:48:06 -0800 Subject: [PATCH] remove inside list-style position. fixes bullet styling issue. --- website/source/assets/stylesheets/_components.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 8c7e18c86..dd0a6f7b1 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -198,7 +198,6 @@ header .header { } ul, ol { - list-style-position: inside; margin-top: $baseline; margin-left: 20px; margin-right: 20px;