File tree 2 files changed +6
-3
lines changed
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 $ */
2
2
3
3
/* color scheme similar to www.postgresql.org */
4
4
@@ -62,6 +62,6 @@ DIV.EXAMPLE {
62
62
.NAVHEADER TH { font-style : italic; }
63
63
.COMMENT { color : red; }
64
64
65
- VAR { font-family : monospace; font-style : inherit ; }
65
+ VAR { font-family : monospace; font-style : italic ; }
66
66
/* Konqueror's standard style for ACRONYM is italic. */
67
67
ACRONYM { 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 $ -->
2
2
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
3
3
4
4
<!-- must turn on one of these with -i on the jade command line -->
56
56
(element envar ($mono-seq$))
57
57
(element lineannotation ($italic-seq$))
58
58
(element literal ($mono-seq$))
59
+ (element option ($mono-seq$))
60
+ (element parameter ($mono-seq$))
59
61
(element structfield ($mono-seq$))
60
62
(element structname ($mono-seq$))
61
63
(element symbol ($mono-seq$))
62
64
(element token ($mono-seq$))
63
65
(element type ($mono-seq$))
66
+ (element varname ($mono-seq$))
64
67
(element (programlisting emphasis) ($bold-seq$)) ;; to highlight sections of code
65
68
66
69
;; Special support for Tcl synopses
You can’t perform that action at this time.
0 commit comments