]> granicus.if.org Git - postgresql/commitdiff
Override upstream DSSSL style sheet formatting changes
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 29 Jun 2004 20:44:34 +0000 (20:44 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 29 Jun 2004 20:44:34 +0000 (20:44 +0000)
doc/src/sgml/stylesheet.css
doc/src/sgml/stylesheet.dsl

index e698718c8d2aff4ee293fd4e0afa16e3ca8dea1d..3debb2bbb6c74f9ec7ad41bb505ca0c8a83b9156 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.6 2003/12/15 23:58:12 petere Exp $ */
+/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.7 2004/06/29 20:44: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; }
index 519116afe22c9c8a9c6a16915feb92e8b58a090a..e1fb6ad1c31e73227b8ae539409e5fd25ca30978 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.26 2003/12/15 23:58:12 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.27 2004/06/29 20:44:34 petere Exp $ -->
 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
 
 <!-- must turn on one of these with -i on the jade command line -->
 (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