Commit d713b288 by Brian Talbot

studio - resolved HTML display issue where bold and blockquote elements didn't match LMSs style

parent 74c112e5
...@@ -52,13 +52,17 @@ em, i { ...@@ -52,13 +52,17 @@ em, i {
} }
strong, b { strong, b {
font-style: bold; font-weight: bold;
} }
p + p, ul + p, ol + p { p + p, ul + p, ol + p {
margin-top: 20px; margin-top: 20px;
} }
blockquote {
margin: 1em 40px;
}
ol, ul { ol, ul {
margin: 1em 0; margin: 1em 0;
padding: 0 0 0 1em; 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