From 8a58ef43d89335fc8ea6eaf91ac9a94bbef45ade Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Mar 2008 17:05:43 -0700 Subject: Fix for sort zebra striping --- templates/todolists/view.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 692999db..c0c0dc90 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -5,26 +5,29 @@ {% endblock %} {% block content %} @@ -42,7 +45,7 @@ table#todotable thead tr .headerSortDown, table.todotable thead tr .headerSortUp {% for pkg in pkgs %} - + {{ pkg.pkg.id }} {{ pkg.pkg.repo.name }} {{ pkg.pkg.pkgname }} -- cgit v1.2.3