diff options
-rw-r--r-- | app/views/my/blocks/_timelog.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index bbdb194de..47865b0f0 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -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 %> |