]> source.dussan.org Git - redmine.git/commitdiff
Removes hard-coded border.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Oct 2016 14:10:20 +0000 (14:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Oct 2016 14:10:20 +0000 (14:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15938 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/my/blocks/_timelog.html.erb

index bbdb194de12472ce65f916113eb8d58c89480a6c..47865b0f0b78d7850ed5d0e7241a58c0e62d4ebc 100644 (file)
@@ -30,7 +30,7 @@ entries_by_day = entries.group_by(&:spent_on)
     <td class="hours"><em><%= html_hours("%.2f" % entries_by_day[day].sum(&:hours).to_f) %></em></td>
   </tr>
   <% entries_by_day[day].each do |entry| -%>
-  <tr class="time-entry hascontextmenu" style="border-bottom: 1px solid #f5f5f5;">
+  <tr class="time-entry hascontextmenu">
     <td class="activity">
       <%= check_box_tag("ids[]", entry.id, false, :style => 'display:none;', :id => nil) %>
       <%= entry.activity %>