paper: remove css hack that made .branchname look like .branchhead
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 25 Nov 2017 15:01:47 +0800
changeset 35132 34de38f996b9
parent 35131 f38c91c74294
child 35133 cb31d1567394
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.
mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css	Sun Nov 26 13:29:18 2017 +0800
+++ b/mercurial/templates/static/style-paper.css	Sat Nov 25 15:01:47 2017 +0800
@@ -192,10 +192,6 @@
   vertical-align: baseline;
 }
 
-h3 .branchname {
-  font-size: 80%;
-}
-
 /* Common */
 pre { margin: 0; }