diff options
author | jocuri%softhome.net <> | 2004-04-28 07:17:55 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-28 07:17:55 +0000 |
commit | 67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592 (patch) | |
tree | abbd27fb7fa933c01c1852f046a17abc8394d7fb /css | |
parent | 2fcfe76fe9bc13a2412f6afdd80d55d061a2c2ad (diff) | |
download | bugs-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.tar bugs-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.tar.gz bugs-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.tar.bz2 bugs-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.tar.xz bugs-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.zip |
Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.
Diffstat (limited to 'css')
-rw-r--r-- | css/edit_bug.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/edit_bug.css b/css/edit_bug.css index 64fa4cd71..95fb62927 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -2,4 +2,6 @@ .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; } +.bz_comment { background-color: #e0e0e0; } + table#flags th, table#flags td { vertical-align: baseline; text-align: left; } |