From b130a32eaccb6f46ad90eb252291b8376435fb60 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 16 Jun 2016 22:20:43 +0500 Subject: Multiple UI fixes (#3357) * Multiple UI fixes * Removing utils from tutorial file --- webapp/sass/layout/_post.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'webapp/sass/layout/_post.scss') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index a3c354f89..baca9a127 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -534,9 +534,8 @@ body.ios { ol, ul { - display: inline-block; - margin-top: 1px; - padding-left: 30px; + clear: both; + padding-left: 20px; } } @@ -911,14 +910,18 @@ body.ios { ul, ol { margin-bottom: .4em; + padding-left: 20px; p { margin-bottom: 0; } - li ul, - li ol { - padding: 10px 0 0 20px; + li { + ul, + ol { + margin: 0; + padding: 0 0 0 20px; + } } li.list-item--task-list ul, @@ -991,7 +994,7 @@ body.ios { margin: 0 0 10px; text-rendering: auto; - &.pull-left{ + &.pull-left { margin: 5px 5px 0 0; } -- cgit v1.2.3-1-g7c22