Mercurial > hg
changeset 19446:25dae11bb044
hgweb: make stripes in bookmark list with CSS
author | Alexander Plavin <me@aplavin.ru> |
---|---|
date | Sat, 13 Jul 2013 17:43:19 +0400 |
parents | 29c726e9c3ab |
children | 182942b38d24 |
files | mercurial/templates/paper/bookmarks.tmpl mercurial/templates/paper/map |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}