diff --git a/sass/_question-view.scss b/sass/_question-view.scss index 4fca12d2e4..a9b51f516f 100644 --- a/sass/_question-view.scss +++ b/sass/_question-view.scss @@ -219,15 +219,30 @@ div.question-header { cursor: pointer; font-size: 25px; text-decoration: none; + color: green; } } + hr { + margin: 0; + } + div.comment-delete { // display: inline; color: $mit-red; cursor: pointer; font-size: 15px; } + + div.comment-edit { + @include transform(rotate(50deg)); + cursor: pointer; + font-size: 16px; + a.edit-icon { + color: #555; + text-decoration: none; + } + } } div.comment-body {