From b1a8557e0c4d1a5d7cd49a8134854ff140611af4 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 21 Aug 2013 22:12:19 -0400 Subject: Bug 907976 - Comment header should have default line-height, vertical-align set --- skins/contrib/Mozilla/global.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index 81d6dff33..362536c0b 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -397,7 +397,8 @@ table.edit_form hr { .bz_first_comment_head, .bz_comment_head { font-weight: normal; - line-height: 2; + font-size; 15px; + line-height: 32px; padding-bottom: 2px; padding-left: 0px; margin-left: -5px; @@ -405,6 +406,11 @@ table.edit_form hr { background-color: transparent; } +.bz_comment_head img, .bz_first_comment_head img { + margin-right: 0.25em; + vertical-align: middle; +} + .bz_comment_user a { -moz-transition: all 0.25s linear 0s; -webkit-transition: all 0.25s linear 0s; -- cgit v1.2.3-24-g4f1b