diff options
author | Ryan Wilson <theycallmefish@gmail.com> | 2016-10-15 00:19:28 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-10-15 00:19:28 +0200 |
commit | 0fcb110a32cbf571db7c3c26e2a0658ebea4daf8 (patch) | |
tree | 7e399889bbe6c8ebd943629b86cb68982ab5dcaa /skins | |
parent | d1e7da3b24637d6bb70f24fd16ada00104a24123 (diff) | |
download | bugzilla-0fcb110a32cbf571db7c3c26e2a0658ebea4daf8.tar.gz bugzilla-0fcb110a32cbf571db7c3c26e2a0658ebea4daf8.tar.xz |
Bug 1306455 - Group icons are badly displayed in bug comments
r=dylan
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |