diff options
author | mkanat%bugzilla.org <> | 2008-11-19 11:33:05 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-11-19 11:33:05 +0000 |
commit | a9cc253262438ce20df7cda1b767a4020a854f77 (patch) | |
tree | bea0b4987257f50f3ef51e271b6c1304778c8a6c /skins/contrib | |
parent | f048126aa51e90bf29441cde6709716f321c4890 (diff) | |
download | bugs-a9cc253262438ce20df7cda1b767a4020a854f77.tar bugs-a9cc253262438ce20df7cda1b767a4020a854f77.tar.gz bugs-a9cc253262438ce20df7cda1b767a4020a854f77.tar.bz2 bugs-a9cc253262438ce20df7cda1b767a4020a854f77.tar.xz bugs-a9cc253262438ce20df7cda1b767a4020a854f77.zip |
Bug 452732: Re-organize the comment headers to make them look better and be more readable
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Dusk/global.css | 19 |
1 files changed, 8 insertions, 11 deletions
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; } |