From 209d5f0689d4afdb96b0788e078ca7007b9c15dc Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 5 Jan 2017 11:37:20 -0800 Subject: [PATCH] Revert "Merge pull request #4358 from mitchellh/listfix" This reverts commit 7e2e3f4a36991a445787e67ca144cc4981b145db, reversing changes made to cb29e1e870f2d889820eeeeac79c1f08c4517e50. --- .../assets/stylesheets/_components.scss | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 043687cb2..8c7e18c86 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -197,22 +197,19 @@ 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; - p { - display: inline; + 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 { list-style-type: circle;