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

studio - resolved HTML display issue with bold and blockquote
This commit is contained in:
Christina Roberts
2013-02-05 13:13:44 -08:00

View File

@@ -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;