diff options
Diffstat (limited to 'app/views/reports/_simple.rhtml')
-rw-r--r-- | app/views/reports/_simple.rhtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/reports/_simple.rhtml b/app/views/reports/_simple.rhtml index 24cbd9b7f..1e66210f9 100644 --- a/app/views/reports/_simple.rhtml +++ b/app/views/reports/_simple.rhtml @@ -3,10 +3,10 @@ <% else %>
<table class="list">
<thead><tr>
-<th width="25%"></th>
-<th align="center" width="25%"><%=l(:label_open_issues_plural)%></th>
-<th align="center" width="25%"><%=l(:label_closed_issues_plural)%></th>
-<th align="center" width="25%"><%=l(:label_total)%></th>
+<th style="width:25%"></th>
+<th align="center" style="width:25%"><%=l(:label_open_issues_plural)%></th>
+<th align="center" style="width:25%"><%=l(:label_closed_issues_plural)%></th>
+<th align="center" style="width:25%"><%=l(:label_total)%></th>
</tr></thead>
<tbody>
<% for row in rows %>
|