Skip to content
Snippets Groups Projects
Commit d713b288 authored by Brian Talbot's avatar Brian Talbot
Browse files

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

parent 74c112e5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment