diff options
Diffstat (limited to 'css/edit_bug.css')
-rw-r--r-- | css/edit_bug.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/edit_bug.css b/css/edit_bug.css index 1b6453745..a836f7e4c 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -1,3 +1,4 @@ .bz_private { color: darkred ; background : #f3eeee ; } +table#flags th, table#flags td { vertical-align: baseline; text-align: left; } |