# HG changeset patch # User Paul Boddie # Date 1279041712 -7200 # Node ID d91721b39dbe613c2587539e9e02a3ff2296ca38 # Parent e64cdf996721eba15a02ec7d9d376e7ab1c104bd Introduced floating of branch and tag indicators in the shortlog. diff -r e64cdf996721 -r d91721b39dbe themes/mercurialweb/shortlogentry.tmpl --- a/themes/mercurialweb/shortlogentry.tmpl Tue Jul 13 18:46:51 2010 +0200 +++ b/themes/mercurialweb/shortlogentry.tmpl Tue Jul 13 19:21:52 2010 +0200 @@ -3,5 +3,5 @@ {author|person} files {desc|strip|firstline|escape} - {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag} + {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag} diff -r e64cdf996721 -r d91721b39dbe themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Tue Jul 13 18:46:51 2010 +0200 +++ b/themes/mercurialweb/static/style-mercurialweb.css Tue Jul 13 19:21:52 2010 +0200 @@ -80,6 +80,20 @@ /* Repository information. */ +td.branchinfo { + padding-top: 0.15em; + padding-bottom: 0.15em; +} + +td.branchinfo span.branch, +td.branchinfo span.inbranch { + float: left; +} + +td.branchinfo span.tag { + float: right; +} + span.tag, span.branch, span.inbranch {