Merge pull request #1510 from MITx/bug/btalbot/html-strongspan
xmodule scss - resolved studio bug #191
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user