agora inbox for pgsql-hackers@postgresql.org
help / color / mirror / Atom feedFrom: Peter Eisentraut <peter@eisentraut.org>
Subject: [PATCH v2 1/3] Make h2 orange in the documentation
Date: Mon, 10 Apr 2017 22:54:13 -0400
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"
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-hackers@postgresql.org
Cc: peter@eisentraut.org
Subject: Re: [PATCH v2 1/3] Make h2 orange in the documentation
In-Reply-To: <no-message-id-279952@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox