# 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 --git a/xsls/content.xsls b/xsls/content.xsls --- a/xsls/content.xsls +++ b/xsls/content.xsls @@ -11,7 +11,7 @@ X:stylesheet { } X:template = "section/section[@id and @name]" { -
!{@name}
+

!{@name}

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

!{@name}

!!; }