Commit cc7762e0 by frances botsford

Merge pull request #7593 from jolyonb/jolyonb/inline-div

CSS: Fixing spans inside inline divs (capa)
parents 35503ebd 0c05f005
...@@ -577,6 +577,12 @@ div.problem { ...@@ -577,6 +577,12 @@ div.problem {
} }
} }
div.inline {
> span {
display: inline;
}
}
ul { ul {
margin-bottom: lh(); margin-bottom: lh();
margin-left: .75em; margin-left: .75em;
......
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