From: Peter Eisentraut Date: Mon, 10 Apr 2017 22:54:13 -0400 Subject: [PATCH v2 1/3] Make h2 orange in the documentation With the XSLT stylesheets, most chunk headings are not h2 instead of formerly h1, so make h2 orange as well to match the previous style. --- media/css/docs.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/media/css/docs.css b/media/css/docs.css index 10d6f48..dc8a068 100644 --- a/media/css/docs.css +++ b/media/css/docs.css @@ -185,6 +185,15 @@ h4 a:hover { text-decoration: none; } +/* + * Change color of h2 chunk titles in XSL build. (In DSSSL build, + * these will be h1, which is already handled elsewhere.) + */ +.titlepage h2.title, +.refnamediv h2 { + color: #EC5800; +} + /* Text Styles */ div.sect2, -- 2.12.2 --------------A27B0EEBF155BC12DCF04929 Content-Type: invalid/octet-stream; name="v2-0002-Improve-admonitions-style.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="v2-0002-Improve-admonitions-style.patch"