##// END OF EJS Templates
Use the regular "icon icon-*" on roadmap (#24313)....
Jean-Philippe Lang -
r15594:c7505aa76b3a
parent child
Show More
@@ -17,7 +17,7
17 17 </div>
18 18 <% end %>
19 19 <header>
20 <h3 class="version"><%= link_to_version version, :name => version_anchor(version) %></h3>
20 <h3 class="icon icon-package version"><%= link_to_version version, :name => version_anchor(version) %></h3>
21 21 </header>
22 22 <%= render :partial => 'versions/overview', :locals => {:version => version} %>
23 23 <%= render(:partial => "wiki/content",
@@ -311,8 +311,6 body.controller-issues .query-totals {margin-top:-2.3em;}
311 311
312 312 td.center {text-align:center;}
313 313
314 h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
315
316 314 #watchers select {width: 95%; display: block;}
317 315 #watchers a.delete {opacity: 0.4; margin-left: 5px;}
318 316 #watchers a.delete:hover {opacity: 1;}
General Comments 0
You need to be logged in to leave comments. Login now