瀏覽代碼

Better table striping

Andy Baugh 6 年之前
父節點
當前提交
818cc9cd8c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      notification-center/notification-center.tt

+ 2 - 1
notification-center/notification-center.tt

@@ -25,12 +25,13 @@
             <td><a class="button" href="javascript:toggleContentDisplay('[% notification %]')">Show/Hide</a></td>
         </tr>
         <tr style="display:none" id="[% notification %]">
-            <td colspan=3 class="notificationDisplay">
+            <td colspan=3>
                 <div style="margin: 0 auto; width: 700px">
                     [% data.notifications.$notification.html %]
                 </div>
             </td>
         </tr>
+		<tr></tr><!--Blank row to ensure table striping works properly-->
         [% END %]
     </tbody>
 </table>