changeset 35132:34de38f996b9

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.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 25 Nov 2017 15:01:47 +0800
parents f38c91c74294
children cb31d1567394
files mercurial/templates/static/style-paper.css
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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; }