diff --git a/lms/static/sass/_discussion.scss b/lms/static/sass/_discussion.scss index 27e7b5ce48..1d559e2b51 100644 --- a/lms/static/sass/_discussion.scss +++ b/lms/static/sass/_discussion.scss @@ -1027,6 +1027,7 @@ body.discussion { + .bottom-post-status { padding: 30px; font-size: 20px; @@ -1077,6 +1078,10 @@ body.discussion { font-size: 12px; font-style: italic; color: #888; + + span { + font-style: italic; + } } .post-context{ diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 48972e44c9..ad749b0874 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -7,9 +7,13 @@
${'<%- created_at %>'} by - ${'<%- username %>'} + ${'<%- username %>'} +
+