Commit 8c4b6612 by Christina Roberts

Merge pull request #1434 from MITx/bug/btalbot/studio-boldblockquote

studio - resolved HTML display issue with bold and blockquote
parents 120aa3cd d713b288
......@@ -52,13 +52,17 @@ em, i {
}
strong, b {
font-style: bold;
font-weight: bold;
}
p + p, ul + p, ol + p {
margin-top: 20px;
}
blockquote {
margin: 1em 40px;
}
ol, ul {
margin: 1em 0;
padding: 0 0 0 1em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment