comparison 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
comparison
equal deleted inserted replaced
1899:b86cfece30c3 1900:939116ee92b4
9 <a name="{@id}" /> <center><h4> !{@name} </h4></center> 9 <a name="{@id}" /> <center><h4> !{@name} </h4></center>
10 !!; 10 !!;
11 } 11 }
12 12
13 X:template = "section/section[@id and @name]" { 13 X:template = "section/section[@id and @name]" {
14 <a name="{@id}" /> <center><h5> !{@name} </h5></center> 14 <a name="{@id}" /> <center><h4> !{@name} </h4></center>
15 !!; 15 !!;
16 } 16 }
17 17
18 X:template = "section[@id and not(@name)]" { 18 X:template = "section[@id and not(@name)]" {
19 <a name="{@id}" /> 19 <a name="{@id}" />
24 <center><h4> !{@name} </h4></center> 24 <center><h4> !{@name} </h4></center>
25 !!; 25 !!;
26 } 26 }
27 27
28 X:template = "section/section[not(@id) and @name]" { 28 X:template = "section/section[not(@id) and @name]" {
29 <center><h5> !{@name} </h5></center> 29 <center><h4> !{@name} </h4></center>
30 !!; 30 !!;
31 } 31 }
32 32
33 X:template = "para[@id]" { 33 X:template = "para[@id]" {
34 <a name="{@id}" /> 34 <a name="{@id}" />