Merge pull request #2794 from edx/marco/bug-fix/html-xmodule

bug fix for HTML xmodule styling which caused first line of text to be c...
This commit is contained in:
marcotuts
2014-03-03 11:43:52 -05:00

View File

@@ -1396,8 +1396,10 @@ body.unit .xblock-type-container {
}
}
// UI: special case discussion xmodule styling
// UI: special case discussion, HTML xmodule styling
body.unit .component .xmodule_DiscussionModule {
margin-top: ($baseline*1.5);
body.unit .component {
.xmodule_DiscussionModule, .xmodule_HtmlModule {
margin-top: ($baseline*1.5);
}
}