Merge pull request #12824 from edx/release

Release
This commit is contained in:
mdinino
2016-06-22 11:31:34 -04:00
committed by GitHub
2 changed files with 10 additions and 5 deletions

View File

@@ -134,10 +134,6 @@ body.discussion {
border-radius: 3px;
}
}
img {
max-width: 100%;
}
}
.discussion-response .response-body {
@@ -207,3 +203,10 @@ body.view-in-course .discussion-article {
}
}
}
.thread-wrapper,
.forum-new-post-form {
img {
max-width: 100%;
}
}