diff options
-rw-r--r-- | skins/contrib/Mozilla/global.css | 8 |
1 files changed, 7 insertions, 1 deletions
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; |