From: Jeremy Kerr Date: Fri, 22 Aug 2008 06:17:44 +0000 (+0800) Subject: Zebra-stripe the patch list X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=053c7a136bb8f2c3310708af4340aa7a2a6117e7;p=patchwork Zebra-stripe the patch list Signed-off-by: Jeremy Kerr --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 4992777..fe44099 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -138,7 +138,7 @@ table.patchlist tr.odd { } table.patchlist tr.even { - background: #eeeeee; + background: #e8e8e8; } a.colactive { diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index 0a15e9c..a0a8cec 100644 --- a/templates/patchwork/patch-list.html +++ b/templates/patchwork/patch-list.html @@ -68,7 +68,7 @@ {% if page %} {% for patch in page.object_list %} - + {% if patchform or bundle %}