From 0e6325d172111ffab07af9503b8336ed5a293063 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 25 Feb 2014 10:28:42 -0800 Subject: [PATCH] unnecessary CSS suppression of li paras --- app/assets/stylesheets/desktop/topic-post.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 15b0e3a8f03..b9841153049 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -529,7 +529,6 @@ iframe { word-wrap: break-word; h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; } - li p {margin: 3px 0;} }