diff options
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..d5576f391 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_obsolete { text-decoration: line-through underline; } + table#flags th, table#flags td { vertical-align: baseline; text-align: left; } |