hgweb: make stripes in tag list with CSS
authorAlexander Plavin <me@aplavin.ru>
Sat, 13 Jul 2013 17:44:57 +0400
changeset 19448 fa0e1ca9fbc0
parent 19447 182942b38d24
child 19449 9f471af285a9
hgweb: make stripes in tag list with CSS
mercurial/templates/paper/map
mercurial/templates/paper/tags.tmpl
--- a/mercurial/templates/paper/map	Sat Jul 13 17:44:46 2013 +0400
+++ b/mercurial/templates/paper/map	Sat Jul 13 17:44:57 2013 +0400
@@ -155,7 +155,7 @@
   </tr>'
 tags = tags.tmpl
 tagentry = '
-  <tr class="tagEntry parity{parity}">
+  <tr class="tagEntry">
     <td>
       <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
         {tag|escape}
--- a/mercurial/templates/paper/tags.tmpl	Sat Jul 13 17:44:46 2013 +0400
+++ b/mercurial/templates/paper/tags.tmpl	Sat Jul 13 17:44:57 2013 +0400
@@ -46,7 +46,9 @@
  <th>tag</th>
  <th>node</th>
 </tr>
+<tbody class="stripes2">
 {entries%tagentry}
+</tbody>
 </table>
 </div>
 </div>