summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/markdown.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/public/css/markdown.css b/public/css/markdown.css
index c66ab20d..eca80312 100644
--- a/public/css/markdown.css
+++ b/public/css/markdown.css
@@ -128,4 +128,9 @@
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
-} \ No newline at end of file
+}
+
+.markdown-body .alert > p,
+.markdown-body .alert > ul {
+ margin-bottom: 0;
+}