From: timeless%mozdev.org <> Date: Fri, 24 Sep 2004 04:45:45 +0000 (+0000) Subject: Bug 261071 Error: Error in parsing value for property 'vertical-align'. Declaration... X-Git-Tag: bugzilla-2.18rc3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d85712459c8764182de462055b7069833b47b2a;p=thirdparty%2Fbugzilla.git Bug 261071 Error: Error in parsing value for property 'vertical-align'. Declaration dropped. r=vladd a=myk --- diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index a4888f80d5..eaf0989079 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -34,7 +34,7 @@ style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } - #noview { text-align: left; vertical-align: center; } + #noview { text-align: left; vertical-align: middle; } table#flags th, table#flags td { font-size: small; vertical-align: baseline; text-align: left; } "