From 4a7ef8b4608470bd54a8eb3399d64a433132eed1 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 5 Nov 2013 17:57:05 -0500 Subject: [PATCH] Adjust margins of ul, ol: they were slightly to the left --- 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 645091ecf46..a92c517d0a2 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -495,7 +495,7 @@ iframe { .contents .cooked { padding-right: 30px; h1, h2, h3 {margin: 10px 0;} - ul, ol {margin: 0 15px;} + ul, ol {margin: 0 0 0 20px;} li p {margin: 3px 0;}