summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss18
1 files changed, 2 insertions, 16 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index bac0a2eee..ff990f9b8 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -602,7 +602,7 @@
}
p + p {
- margin: 1em 0;
+ margin-top: 1em;
}
ol,
@@ -983,20 +983,11 @@
word-wrap: break-word;
p {
- display: inline;
- }
-
- div {
margin: 0 0 .4em;
}
p + p {
- margin: 1.4em 0;
- display: block;
- }
-
- p:last-of-type {
- display: inline;
+ margin-top: 1.4em;
}
li {
@@ -1075,11 +1066,6 @@
color: white;
}
}
-
- span.edited {
- color: #A3A3A3;
- font-size: 0.87em;
- }
}
.post__link {