[PATCH stable] paper: overlapping of section title on help pages (issue4051)
Anurag Goel
anurag.dsps at gmail.com
Mon Mar 3 18:12:16 UTC 2014
# HG changeset patch
# User anuraggoel <anurag.dsps at gmail.com>
# Date 1393870079 -19800
# Mon Mar 03 23:37:59 2014 +0530
# Node ID 9f9790c2180cf92df312e4005bf020b241849902
# Parent 501a421582cf1114b47324063b9e601468c52e34
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 501a421582cf -r 9f9790c2180c mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css Mon Mar 03 23:30:08 2014 +0530
+++ 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%;
}
More information about the Mercurial-devel
mailing list