summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2004-09-24 06:17:12 +0200
committertimeless%mozdev.org <>2004-09-24 06:17:12 +0200
commit59bc1d8016960160f73c0dc0b7feafe2301999a6 (patch)
tree3c5329b08242afcf669ce0e781774ece139f9401
parent23bff33c59eaf421d68faeef5d1db5ec18191df3 (diff)
downloadbugzilla-59bc1d8016960160f73c0dc0b7feafe2301999a6.tar.gz
bugzilla-59bc1d8016960160f73c0dc0b7feafe2301999a6.tar.xz
Bug 261071 Error: Error in parsing value for property 'vertical-align'. Declaration dropped.
r=vladd a=myk
-rw-r--r--template/en/default/attachment/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index a4888f80d..eaf098907 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; }
"