From a9cc253262438ce20df7cda1b767a4020a854f77 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Nov 2008 11:33:05 +0000 Subject: Bug 452732: Re-organize the comment headers to make them look better and be more readable Patch By Max Kanat-Alexander r=wicked, a=mkanat --- skins/contrib/Dusk/global.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'skins/contrib/Dusk') diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index 179d8f790..d918b6301 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -139,7 +139,9 @@ hr { font-size: 10pt; } -/* comments */ +/************/ +/* Comments */ +/************/ #comments th { font-size: 9pt; @@ -171,26 +173,21 @@ hr { font-size: 9pt; } -.bz_first_comment { -} - -.bz_comment_head, -.bz_first_comment_head { +.bz_comment_head, .bz_first_comment_head { margin: 0; padding: 0; background-color: transparent; font-weight: bold; } +.bz_comment_user { + margin-left: 0; +} + .bz_comment.bz_private { background-color: #f0e8e8; border-color: #f8c8ba; } -.bz_comment_head i, -.bz_first_comment_head i { - font-style: normal; -} - .comment_rule { display: none; } -- cgit v1.2.3-24-g4f1b