# HG changeset patch # User anuraggoel # Date 1393870079 -19800 # Node ID 9096f83f9e7c83fbaa9b10d40ea50d8061c88e18 # Parent b007886764867f9f479ff716fcd7186b18ce202f paper: overlapping of section title on help pages (issue4051) Now there will be no overlap lines between various section title on help pages. http://selenic.com/repo/hg/help/config diff -r b00788676486 -r 9096f83f9e7c mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Sat Mar 01 15:22:49 2014 -0600 +++ b/mercurial/templates/static/style-paper.css Mon Mar 03 23:37:59 2014 +0530 @@ -168,7 +168,7 @@ h2 { font-size: 120%; border-bottom: 1px solid #999; } h2 a { color: #000; } h3 { - margin-top: -.7em; + margin-top: +.7em; font-size: 100%; }