We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Redmine is a flexible project management web application written using Ruby on Rails framework. This is a git mirror of the svn repository
Homepage: http://www.redmine.org
Clone URL: git://github.com/edavis10/redmine.git
Fixed versions/show layout with IE.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@961 
e93f8b46-1217-0410-a6f0-8f06a7374b81
jplang (author)
Fri Dec 07 07:02:57 -0800 2007
commit  6239e319ac83e7770bb59a5e09bb7b7dd952d80f
tree    38843aeaa9a72a836655d4b13389ccea625ff24a
parent  60c82a03dbdf00145a25f3443c72ee646736283e
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@
0
 
0
 <h2><%= h(@version.name) %></h2>
0
 
0
-<div id="status_by" style="float:right;">
0
+<div id="status_by">
0
 <%= render_issue_status_by(@version, params[:status_by]) if @version.fixed_issues.count > 0 %>
0
 </div>
0
 
...
267
268
269
270
 
271
272
273
...
267
268
269
 
270
271
272
273
0
@@ -267,7 +267,7 @@ table.progress td.open { background: #FFF none repeat scroll 0%; }
0
 p.pourcent {font-size: 80%;}
0
 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
0
 
0
-div#status_by { margin-left: 16px; margin-bottom: 16px; }
0
+div#status_by { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; }
0
 
0
 /***** Tabs *****/
0
 #content .tabs{height: 2.6em;}

Comments

    No one has commented yet.