From 772b60bab53937d386c030f21ad23d38edee7570 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 16 Jan 2012 14:30:36 +0800 Subject: tweak flag table vertical alignment --- skins/custom/show_bug.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'skins/custom') 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; +} + -- cgit v1.2.3-24-g4f1b