hgweb: make stripes in bookmark list with CSS
authorAlexander Plavin <me@aplavin.ru>
Sat, 13 Jul 2013 17:43:19 +0400
changeset 19446 25dae11bb044
parent 19445 29c726e9c3ab
child 19447 182942b38d24
hgweb: make stripes in bookmark list with CSS
mercurial/templates/paper/bookmarks.tmpl
mercurial/templates/paper/map
--- a/mercurial/templates/paper/bookmarks.tmpl	Thu Jul 18 16:29:05 2013 -0500
+++ b/mercurial/templates/paper/bookmarks.tmpl	Sat Jul 13 17:43:19 2013 +0400
@@ -47,7 +47,9 @@
  <th>bookmark</th>
  <th>node</th>
 </tr>
+<tbody class="stripes2">
 {entries%bookmarkentry}
+</tbody>
 </table>
 </div>
 </div>
--- a/mercurial/templates/paper/map	Thu Jul 18 16:29:05 2013 -0500
+++ b/mercurial/templates/paper/map	Sat Jul 13 17:43:19 2013 +0400
@@ -167,7 +167,7 @@
   </tr>'
 bookmarks = bookmarks.tmpl
 bookmarkentry = '
-  <tr class="tagEntry parity{parity}">
+  <tr class="tagEntry">
     <td>
       <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
         {bookmark|escape}