diff options
author | timeless%mozdev.org <> | 2004-09-24 06:17:12 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2004-09-24 06:17:12 +0200 |
commit | 59bc1d8016960160f73c0dc0b7feafe2301999a6 (patch) | |
tree | 3c5329b08242afcf669ce0e781774ece139f9401 | |
parent | 23bff33c59eaf421d68faeef5d1db5ec18191df3 (diff) | |
download | bugzilla-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.tmpl | 2 |
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; } " |