]> granicus.if.org Git - postgresql/commitdiff
doc: Tweak CSS
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Apr 2017 19:37:03 +0000 (15:37 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Apr 2017 19:41:41 +0000 (15:41 -0400)
Tweak CSS a bit to match latest similar changes to web site style.  Also
move some CSS out of the HTML to the stylesheet so that the web site
stylesheet can override it.  This should ensure that notes and such are
back to being centered.

doc/src/sgml/stylesheet.css
doc/src/sgml/stylesheet.xsl

index f845876d074cd77be6c47f7b4ac058e3154f240c..c355fbecac74d6fb4ee8d915e0778e07d18c109d 100644 (file)
@@ -25,6 +25,11 @@ h2 {
        font-size: 1.2em;
        margin: 1.2em 0em 1.2em 0em;
        font-weight: bold;
+       color: #666;
+}
+
+.titlepage h2.title,
+.refnamediv h2 {
        color: #EC5800;
 }
 
@@ -71,6 +76,19 @@ div.example {
        margin: 0.5ex;
 }
 
+/* Put these here instead of inside the HTML (see unsetting of
+   admon.style in XSL) so that the web site stylesheet can set its own
+   style. */
+
+.tip,
+.note,
+.important,
+.caution,
+.warning {
+       margin-left: 0.5in;
+       margin-right: 0.5in;
+}
+
 /* miscellaneous */
 
 pre.literallayout, .screen, .synopsis, .programlisting {
index c9fb7b225cf465e0d3bed209b43b66bed81a0adf..c948c612ac44953f1f4302cf945c5b671fd2b531 100644 (file)
@@ -16,6 +16,7 @@
 <xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
 <xsl:param name="chunk.first.sections" select="1"/>
 <xsl:param name="chunk.quietly" select="1"></xsl:param>
+<xsl:param name="admon.style"></xsl:param>  <!-- handled by CSS stylesheet -->
 
 <xsl:param name="website.stylesheet" select="0"/>