changeset 20626:9096f83f9e7c stable

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
author anuraggoel <anurag.dsps@gmail.com>
date Mon, 03 Mar 2014 23:37:59 +0530
parents b00788676486
children 2d183dd54384
files mercurial/templates/static/style-paper.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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%;
 }