From: Peter Eisentraut Date: Tue, 29 Jun 2004 20:46:35 +0000 (+0000) Subject: Override upstream DSSSL style sheet formatting changes X-Git-Tag: REL7_4_4~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57bc0bf1963b94ea6326fb864bfafacc7661d465;p=postgresql Override upstream DSSSL style sheet formatting changes --- diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 3ed8d7acaa..aec1765d7b 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.4.6.1 2003/12/15 23:58:33 petere Exp $ */ +/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.4.6.2 2004/06/29 20:46:34 petere Exp $ */ /* color scheme similar to www.postgresql.org */ @@ -62,6 +62,6 @@ DIV.EXAMPLE { .NAVHEADER TH { font-style: italic; } .COMMENT { color: red; } -VAR { font-family: monospace; font-style: inherit; } +VAR { font-family: monospace; font-style: italic; } /* Konqueror's standard style for ACRONYM is italic. */ ACRONYM { font-style: inherit; } diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl index 00366060df..c7ea00c7af 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ - + @@ -56,11 +56,14 @@ (element envar ($mono-seq$)) (element lineannotation ($italic-seq$)) (element literal ($mono-seq$)) +(element option ($mono-seq$)) +(element parameter ($mono-seq$)) (element structfield ($mono-seq$)) (element structname ($mono-seq$)) (element symbol ($mono-seq$)) (element token ($mono-seq$)) (element type ($mono-seq$)) +(element varname ($mono-seq$)) (element (programlisting emphasis) ($bold-seq$)) ;; to highlight sections of code ;; Special support for Tcl synopses