# HG changeset patch # User Vladimir Homutov # Date 1486721000 -10800 # Node ID 939116ee92b46118d4048cd6063389a746764dc9 # Parent b86cfece30c393a7eec681c2c29f0816948dd85e Increased nested section head size. Current setting produces too small headings that are hard to read. Affected documents are: ru/docs/njs_about.html ru/docs/http/configuring_https_servers.html en/docs/njs_about.html en/docs/http/configuring_https_servers.html en/docs/dev/ngx_programming_guide.html diff -r b86cfece30c3 -r 939116ee92b4 xsls/content.xsls --- a/xsls/content.xsls Fri Feb 10 16:54:24 2017 +0300 +++ b/xsls/content.xsls Fri Feb 10 13:03:20 2017 +0300 @@ -11,7 +11,7 @@ } X:template = "section/section[@id and @name]" { -
!{@name}
+

!{@name}

!!; } @@ -26,7 +26,7 @@ } X:template = "section/section[not(@id) and @name]" { -
!{@name}
+

!{@name}

!!; }