diff options
author | myk%mozilla.org <> | 2002-11-19 10:14:49 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2002-11-19 10:14:49 +0100 |
commit | e008d25513ff2d4c16c4aa49f48bfe188f9759ba (patch) | |
tree | ebeb0cfc175fb7f99bfe4ccab2ea46ec8e735a9c /css | |
parent | 880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 (diff) | |
download | bugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.gz bugzilla-e008d25513ff2d4c16c4aa49f48bfe188f9759ba.tar.xz |
Fix for bug 179876: Labels the "Requestee" field to reduce confusion about its purpose.
r=bbaetz
a=myk
Diffstat (limited to '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; } |