diff options
author | lpsolit%gmail.com <> | 2007-07-05 02:05:58 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-07-05 02:05:58 +0000 |
commit | 223bd464bdfc6bcdff59e698ff3875eed7988207 (patch) | |
tree | 28e29367981b5104f829afe8b9405b2d52596737 /skins | |
parent | Bug 384664: Make keywords use Bugzilla::Bug in process_bug (diff) | |
download | bugzilla-223bd464bdfc6bcdff59e698ff3875eed7988207.tar.gz bugzilla-223bd464bdfc6bcdff59e698ff3875eed7988207.tar.bz2 bugzilla-223bd464bdfc6bcdff59e698ff3875eed7988207.zip |
Bug 339437: Make flag requestee a select box and limit users to requestable only - Patch by Seth <laoseth@gmail.com> r/a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 5c03f8832..b729b1aad 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -259,7 +259,7 @@ span.quote { table#flags th, table#flags td { - vertical-align: baseline; + vertical-align: middle; text-align: left; } |