File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- /* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.6 2003/12/15 23:58:12 petere Exp $ */
1+ /* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.7 2004/06/29 20:44:34 petere Exp $ */
22
33/* color scheme similar to www.postgresql.org */
44
@@ -62,6 +62,6 @@ DIV.EXAMPLE {
6262.NAVHEADER TH { font-style : italic; }
6363.COMMENT { color : red; }
6464
65- VAR { font-family : monospace; font-style : inherit ; }
65+ VAR { font-family : monospace; font-style : italic ; }
6666/* Konqueror's standard style for ACRONYM is italic. */
6767ACRONYM { font-style : inherit; }
Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1 .26 2003/12/15 23:58:12 petere Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1 .27 2004/ 06 /29 20:44:34 petere Exp $ -->
22<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
33
44<!-- must turn on one of these with -i on the jade command line -->
5656(element envar ($mono-seq$))
5757(element lineannotation ($italic-seq$))
5858(element literal ($mono-seq$))
59+ (element option ($mono-seq$))
60+ (element parameter ($mono-seq$))
5961(element structfield ($mono-seq$))
6062(element structname ($mono-seq$))
6163(element symbol ($mono-seq$))
6264(element token ($mono-seq$))
6365(element type ($mono-seq$))
66+ (element varname ($mono-seq$))
6467(element (programlisting emphasis) ($bold-seq$)) ;; to highlight sections of code
6568
6669;; Special support for Tcl synopses
You can’t perform that action at this time.
0 commit comments