paper: overlapping of section title on help pages (issue4051) stable
authoranuraggoel <anurag.dsps@gmail.com>
Mon, 03 Mar 2014 23:37:59 +0530
branchstable
changeset 20626 9096f83f9e7c
parent 20617 b00788676486
child 20633 2d183dd54384
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
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%;
 }