# HG changeset patch # User Christophe Lincoln # Date 1488397866 -3600 # Node ID 785860256941c401b64b9a468f9433dbeeb6e6e7 # Parent bcc5664a94ba234c43b758dce8d745ee5f72f9c0 hg: fix graph diff -r bcc5664a94ba -r 785860256941 slitaz-mercurial-style/templates/slitaz/graph.tmpl --- a/slitaz-mercurial-style/templates/slitaz/graph.tmpl Wed Mar 01 19:20:14 2017 +0000 +++ b/slitaz-mercurial-style/templates/slitaz/graph.tmpl Wed Mar 01 20:51:06 2017 +0100 @@ -17,7 +17,6 @@ Doc Forum IRC - Pro Bugs Hg Cook @@ -58,12 +57,6 @@

{repo|escape} graph

- -
@@ -72,7 +65,7 @@
- - - - - diff -r bcc5664a94ba -r 785860256941 slitaz-mercurial-style/templates/slitaz/header.tmpl --- a/slitaz-mercurial-style/templates/slitaz/header.tmpl Wed Mar 01 19:20:14 2017 +0000 +++ b/slitaz-mercurial-style/templates/slitaz/header.tmpl Wed Mar 01 20:51:06 2017 +0100 @@ -5,3 +5,4 @@ + diff -r bcc5664a94ba -r 785860256941 slitaz-mercurial-style/templates/slitaz/map --- a/slitaz-mercurial-style/templates/slitaz/map Wed Mar 01 19:20:14 2017 +0000 +++ b/slitaz-mercurial-style/templates/slitaz/map Wed Mar 01 20:51:06 2017 +0100 @@ -195,3 +195,16 @@ error = error.tmpl urlparameter = '{separator}{name}={value|urlescape}' hiddenformentry = '' + +bookmarks = bookmarks.tmpl +bookmarkentry = ' + + {date|rfc822date} + {bookmark|escape} + + changeset | + changelog | + files + + ' + diff -r bcc5664a94ba -r 785860256941 slitaz-mercurial-style/templates/static/style-slitaz.css --- a/slitaz-mercurial-style/templates/static/style-slitaz.css Wed Mar 01 19:20:14 2017 +0000 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css Wed Mar 01 20:51:06 2017 +0100 @@ -22,7 +22,7 @@ h3 { color: #666; font-size: 140%; } h4 { color: #888; font-size: 120%; } h2, h3 { border-bottom: 1px dashed #afafaf; padding-bottom: 5px; } -li { list-style-type: square; } + pre { border: 1px solid #ddd; padding: 10px; @@ -535,27 +535,18 @@ /* Graph */ div#wrapper { position: relative; - border-top: 1px solid black; - border-bottom: 1px solid black; margin: 0; padding: 0; + margin-top: 3px; } canvas { position: absolute; z-index: 5; - top: -0.7em; + top: -0.9em; margin: 0; } -ul#graphnodes { - position: absolute; - z-index: 10; - top: -1.0em; - list-style: none inside none; - padding: 0; -} - ul#nodebgs { list-style: none inside none; padding: 0; @@ -567,9 +558,18 @@ height: 39px; } +ul#graphnodes { + position: absolute; + z-index: 10; + top: -0.8em; + list-style: none inside none; + padding: 0; +} + ul#graphnodes li .info { display: block; - font-size: 70%; + font-size: 100%; position: relative; top: -3px; + font-style: italic; }