Fix markdown styles conflicting bootstrap on p and ul under alert area
This commit is contained in:
parent
215b5baa9f
commit
250b462249
1 changed files with 6 additions and 1 deletions
|
@ -128,4 +128,9 @@
|
||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
white-space: -o-pre-wrap; /* Opera 7 */
|
white-space: -o-pre-wrap; /* Opera 7 */
|
||||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body .alert > p,
|
||||||
|
.markdown-body .alert > ul {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue