diff mercurial/templates/paper/branches.tmpl @ 19451:aad410749ff3

hgweb: make stripes in branch list with CSS
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:51:43 +0400
parents 78d1e1029aa4
children ac08ff370977
line wrap: on
line diff
--- a/mercurial/templates/paper/branches.tmpl	Sat Jul 13 17:49:20 2013 +0400
+++ b/mercurial/templates/paper/branches.tmpl	Sat Jul 13 17:51:43 2013 +0400
@@ -47,7 +47,9 @@
  <th>branch</th>
  <th>node</th>
 </tr>
+<tbody class="stripes2">
 {entries % branchentry}
+</tbody>
 </table>
 </div>
 </div>