From 3442d3adb2d78b98f5d783cab872e5ad0150a54c Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 27 Nov 2013 10:55:54 -0500 Subject: [PATCH] Add left margin to ol and ul --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 2dbba7864..5fca5cd19 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -482,7 +482,7 @@ iframe { margin-right: 50px; word-wrap: break-word; h1, h2, h3 {margin: 10px 0;} - ul, ol {margin: 15px 0 0 20px;} + ul, ol {margin: 15px 0 0 30px;} li p {margin: 3px 0;} }