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

xmodule scss - resolved some general span styling that would override basic em...

xmodule scss - resolved some general span styling that would override basic em or strong type styling
parent a62a575a
No related merge requests found
......@@ -49,10 +49,18 @@ p {
em, i {
font-style: italic;
span {
font-style: italic;
}
}
strong, b {
font-weight: bold;
span {
font-weight: bold;
}
}
p + p, ul + p, ol + p {
......
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