Skip to content

Commit c7beffc

Browse files
committed
Override upstream DSSSL style sheet formatting changes
1 parent bc7589a commit c7beffc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/src/sgml/stylesheet.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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. */
6767
ACRONYM { font-style: inherit; }

doc/src/sgml/stylesheet.dsl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 -->
@@ -56,11 +56,14 @@
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

0 commit comments

Comments
 (0)