summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-21 01:00:18 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-21 01:00:18 +0500
commit9eac99afc4ba4bd96b37b33bf8556b5cd879c60d (patch)
tree2e0659cc5c35b47d2355aefff6eeba54a7578077 /web/sass-files/sass/partials/_post.scss
parentfc346bcb05626ed1cdc925ed03b7bcc748f69184 (diff)
downloadchat-9eac99afc4ba4bd96b37b33bf8556b5cd879c60d.tar.gz
chat-9eac99afc4ba4bd96b37b33bf8556b5cd879c60d.tar.bz2
chat-9eac99afc4ba4bd96b37b33bf8556b5cd879c60d.zip
Updating markdown stuff
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 99e985b0c..62d136a11 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -363,12 +363,6 @@ body.ios {
}
}
- ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
-
p {
margin: 0 0 1em;
line-height: 1.6em;
@@ -520,6 +514,8 @@ body.ios {
}
.post__header {
+ padding: 0;
+ list-style: none;
margin-bottom: 2px;
li {
@@ -588,6 +584,11 @@ body.ios {
padding: 0.2em 0.5em 0em;
@include legacy-pie-clearfix;
width: calc(100% - 70px);
+
+ ul {
+ padding: 5px 0 0 20px;
+ }
+
}
.post__link {