summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-07 15:02:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-07 15:02:57 +0000
commit6239e319ac83e7770bb59a5e09bb7b7dd952d80f (patch)
tree38843aeaa9a72a836655d4b13389ccea625ff24a /app/views
parent60c82a03dbdf00145a25f3443c72ee646736283e (diff)
downloadredmine-6239e319ac83e7770bb59a5e09bb7b7dd952d80f.tar.gz
redmine-6239e319ac83e7770bb59a5e09bb7b7dd952d80f.zip
Fixed versions/show layout with IE.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@961 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/versions/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml
index d8e2d243d..a7c4f2b37 100644
--- a/app/views/versions/show.rhtml
+++ b/app/views/versions/show.rhtml
@@ -4,7 +4,7 @@
<h2><%= h(@version.name) %></h2>
-<div id="status_by" style="float:right;">
+<div id="status_by">
<%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.count > 0 %>
</div>