# HG changeset patch # User Paul Boddie # Date 1298935229 -3600 # Node ID 12192e76f128aa9eb8719ad51de80960b59aa24c # Parent 925d89f7f113c58a70df028b37be15fa768ae780 Added usage of the monospaced description style class. Align tags and branches on the right. diff -r 925d89f7f113 -r 12192e76f128 themes/mercurialweb/changelogentry.tmpl --- a/themes/mercurialweb/changelogentry.tmpl Sat Feb 26 18:26:23 2011 +0100 +++ b/themes/mercurialweb/changelogentry.tmpl Tue Mar 01 00:20:29 2011 +0100 @@ -13,7 +13,7 @@ files shortlog - {desc|strip|escape} + {desc|strip|escape} {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag} diff -r 925d89f7f113 -r 12192e76f128 themes/mercurialweb/graphlabel.tmpl --- a/themes/mercurialweb/graphlabel.tmpl Sat Feb 26 18:26:23 2011 +0100 +++ b/themes/mercurialweb/graphlabel.tmpl Tue Mar 01 00:20:29 2011 +0100 @@ -1,5 +1,5 @@ {age} {desc|strip|firstline|escape} - {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag} + {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag} diff -r 925d89f7f113 -r 12192e76f128 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Sat Feb 26 18:26:23 2011 +0100 +++ b/themes/mercurialweb/static/style-mercurialweb.css Tue Mar 01 00:20:29 2011 +0100 @@ -83,15 +83,12 @@ td.branchinfo { padding-top: 0.15em; padding-bottom: 0.15em; + text-align: right; } -td.branchinfo span.branch, -td.branchinfo span.inbranch { - float: left; -} - -td.branchinfo span.tag { - float: right; +td.branchinfo.graphlabel { + padding-top: 0; + padding-bottom: 0; } span.tag,