diff options
author | francis <francis> | 2008-02-13 15:14:55 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-13 15:14:55 +0000 |
commit | 6ddeee667e4aa9faf6c93d82f72e28887f032bcd (patch) | |
tree | d0f072d332a21b740561703ab93bfa2607720826 /app | |
parent | 83940607af1876ba8d705ab6bd6c20db160fd4e6 (diff) |
Use CSS for vertical alignment, not old HTML.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_bubble.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_bubble.rhtml b/app/views/request/_bubble.rhtml index f28801688..54c91000f 100644 --- a/app/views/request/_bubble.rhtml +++ b/app/views/request/_bubble.rhtml @@ -6,7 +6,7 @@ <% if not attachments.nil? and attachments.size > 0 %> <p> <% attachments.each do |a| %> <% if ['application/pdf', 'application/msword', 'text/plain', 'image/tiff'].include?(a.content_type) %> - <img alt="Attachment" src="/images/icon_<%=a.content_type.sub('/', '_')%>_large.png" align="absmiddle"> + <img class="attachment_image" alt="Attachment" src="/images/icon_<%=a.content_type.sub('/', '_')%>_large.png"> <% else %> Attachment: <% end %> |