Fix markdown styles conflicting bootstrap on p and ul under alert area

This commit is contained in:
Wu Cheng-Han 2016-10-21 18:15:28 +08:00
parent 215b5baa9f
commit 250b462249

View file

@ -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+ */
}
}
.markdown-body .alert > p,
.markdown-body .alert > ul {
margin-bottom: 0;
}