diff xsls/content.xsls @ 1900:939116ee92b4

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
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 13:03:20 +0300
parents 364a04c4f761
children b459b643bf5a
line wrap: on
line diff
--- 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]" {
-        <a name="{@id}" /> <center><h5> !{@name} </h5></center>
+        <a name="{@id}" /> <center><h4> !{@name} </h4></center>
         !!;
     }
 
@@ -26,7 +26,7 @@
     }
 
     X:template = "section/section[not(@id) and @name]" {
-        <center><h5> !{@name} </h5></center>
+        <center><h4> !{@name} </h4></center>
         !!;
     }