Donald Hunter <donald.hunter@xxxxxxxxx> writes: > The docs currently have <h3> and <h4> set to the same font size which > makes headings hard to distinguish. <h1> to <h3> already have entries in > sphinx-static/custom.css to shrink their size a bit from the alabaster > theme. > > Add <h4> to custom.css and set it to be smaller than <h3>. > > Signed-off-by: Donald Hunter <donald.hunter@xxxxxxxxx> > --- > Documentation/sphinx-static/custom.css | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css > index 084a884f6fb7..a0ae9e90eeb6 100644 > --- a/Documentation/sphinx-static/custom.css > +++ b/Documentation/sphinx-static/custom.css > @@ -7,6 +7,7 @@ > div.body h1 { font-size: 180%; } > div.body h2 { font-size: 150%; } > div.body h3 { font-size: 130%; } > +div.body h4 { font-size: 110%; } This didn't apply to docs-next; it looks like you built it against something like 6.6? I've done the merge and applied the patch, but it would make life easier if future patches were done against the docs tree. Thanks, jon