From 0fcb110a32cbf571db7c3c26e2a0658ebea4daf8 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Fri, 14 Oct 2016 18:19:28 -0400 Subject: Bug 1306455 - Group icons are badly displayed in bug comments r=dylan --- skins/standard/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index 8f994d962..20a555c58 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -647,7 +647,7 @@ pre.bz_comment_text, .uneditable_textarea, tbody.file pre { } .bz_comment_user_images img { - vertical-align: bottom; + vertical-align: middle; } .bz_comment_hilite pre { -- cgit v1.2.3-24-g4f1b