# HG changeset patch # User Anton Shestakov <av6@dwimlabs.net> # Date 1511593307 -28800 # Sat Nov 25 15:01:47 2017 +0800 # Node ID 34de38f996b978f164efbdf0b64e2980403b062a # Parent f38c91c7429458763f85c0ab6dd87727636417d9 paper: remove css hack that made .branchname look like .branchhead There's a visual difference in hgweb between one changeset that is the tip of its branch and another that simply belongs to that branch. But paper theme ignored this difference on changeset page and used to always use "branchname" css class, be that changeset the tip of its branch or not. That has been recently fixed, so this piece of css is not needed anymore. diff --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css +++ b/mercurial/templates/static/style-paper.css @@ -192,10 +192,6 @@ vertical-align: baseline; } -h3 .branchname { - font-size: 80%; -} - /* Common */ pre { margin: 0; }