summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-16 22:20:43 +0500
committerCorey Hulen <corey@hulen.com>2016-06-16 09:20:43 -0800
commitb130a32eaccb6f46ad90eb252291b8376435fb60 (patch)
treea1e466c7799e220adb828ec2e3d748056d2c7be4 /webapp/sass/layout/_post.scss
parentca138883ab5416706ee3eea866640add338c11f9 (diff)
downloadchat-b130a32eaccb6f46ad90eb252291b8376435fb60.tar.gz
chat-b130a32eaccb6f46ad90eb252291b8376435fb60.tar.bz2
chat-b130a32eaccb6f46ad90eb252291b8376435fb60.zip
Multiple UI fixes (#3357)
* Multiple UI fixes * Removing utils from tutorial file
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss17
1 files changed, 10 insertions, 7 deletions
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;
}