diff options
Diffstat (limited to 'skins/custom')
-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; +} + |