diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/css/comments.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss index 75daeff875f..56d55e1c86f 100644 --- a/apps/comments/css/comments.scss +++ b/apps/comments/css/comments.scss @@ -171,6 +171,11 @@ margin-left: 0; margin-right: 2px; } + strong { + /* Ensure that the user name is shown in bold, as different browsers + * use different font weights for strong elements. */ + font-weight: bold; + } } } |