diff options
author | Byron Jones <bjones@mozilla.com> | 2012-01-16 07:30:36 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-01-16 07:30:36 +0100 |
commit | 772b60bab53937d386c030f21ad23d38edee7570 (patch) | |
tree | fd49aa3dfec1354cadafd3dc31e0a632f4cc6d1c /skins | |
parent | 09e4ac64d024a7b70b653677cdecba2927522f64 (diff) | |
download | bugzilla-772b60bab53937d386c030f21ad23d38edee7570.tar.gz bugzilla-772b60bab53937d386c030f21ad23d38edee7570.tar.xz |
tweak flag table vertical alignment
Diffstat (limited to 'skins')
-rw-r--r-- | skins/custom/show_bug.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index 97a4f929b..9da001d0d 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -72,3 +72,11 @@ .edit_form table td:first-child { width: 0px; } + +/* fix flag table's vertical alignment */ + +table#flags { + border-collapse: collapse; + border-spacing: 0px; +} + |