# HG changeset patch # User Paul Boddie # Date 1278964962 -7200 # Node ID d453a987d2e08e4ce356dbaa72b1748fa11a077c # Parent 58a0697b7ea1bc93b903592f78bb005989c83fe5 Introduced separators between file links. diff -r 58a0697b7ea1 -r d453a987d2e0 themes/mercurialweb/map --- a/themes/mercurialweb/map Mon Jul 12 02:26:23 2010 +0200 +++ b/themes/mercurialweb/map Mon Jul 12 22:02:42 2010 +0200 @@ -42,7 +42,7 @@ fileline = '
{linenumber} {line|escape}
' filenolink = '{file|escape} ' -filenodelink = '{file|escape} ' +filenodelink = '{file|escape} ' hiddenformentry = '' urlparameter = '{separator}{name}={value|urlescape}' diff -r 58a0697b7ea1 -r d453a987d2e0 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Mon Jul 12 02:26:23 2010 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Mon Jul 12 22:02:42 2010 +0200 @@ -337,6 +337,14 @@ margin-left: 1em; } +.files span:before { + content: '| '; +} + +.files span:first-child:before { + content: ''; +} + /* Source views. */ .source {