Merge remote-tracking branch 'origin/master' into feature/vik/settings-to-xmodule

This commit is contained in:
Vik Paruchuri
2013-02-19 15:21:47 -05:00
4 changed files with 11 additions and 3 deletions

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 {