diff options
author | lpsolit%gmail.com <> | 2007-08-13 23:33:37 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-08-13 23:33:37 +0200 |
commit | 17cb979c04c087982104da7a803dfd397bedf2f0 (patch) | |
tree | b73d1a4ea25fab696c81da363a8632b7644a7a34 /skins | |
parent | 89df9a54fe4debf2c36958443361845b454e202f (diff) | |
download | bugzilla-17cb979c04c087982104da7a803dfd397bedf2f0.tar.gz bugzilla-17cb979c04c087982104da7a803dfd397bedf2f0.tar.xz |
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 <LpSolit@gmail.com> r=glob a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 5 |
1 files changed, 4 insertions, 1 deletions
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 { |