From 17cb979c04c087982104da7a803dfd397bedf2f0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 13 Aug 2007 21:33:37 +0000 Subject: First part of bug 259723 (2nd skin for Bugzilla): Fix the comment header of comment 0 to be easily customized - Patch by Frédéric Buclin r=glob a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index b729b1aad..ce1882827 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -244,7 +244,10 @@ div#docslinks { margin-bottom: 2em; } -.bz_comment_head { +.bz_first_comment { +} + +.bz_comment_head, .bz_first_comment_head { background-color: #e0e0e0; } .bz_comment_hilite pre { -- cgit v1.2.3-24-g4f1b