xmodule scss - resolved some general span styling that would override basic em or strong type styling

This commit is contained in:
Brian Talbot
2013-02-19 09:59:36 -05:00
parent a62a575a33
commit 6d2ada5084

View File

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