Skip to content

Commit a6dbd64

Browse files
committed
Override some of the changes in DocBook DSSSL stylesheets 1.78 to restore
previous behavior of <literal>, <envar>, <acronym>, and others.
1 parent 19055b7 commit a6dbd64

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/src/sgml/stylesheet.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.5 2003/11/29 19:51:37 pgsql Exp $ */
1+
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.6 2003/12/15 23:58:12 petere Exp $ */
22

33
/* color scheme similar to www.postgresql.org */
44

@@ -61,3 +61,7 @@ DIV.EXAMPLE {
6161

6262
.NAVHEADER TH { font-style: italic; }
6363
.COMMENT { color: red; }
64+
65+
VAR { font-family: monospace; font-style: inherit; }
66+
/* Konqueror's standard style for ACRONYM is italic. */
67+
ACRONYM { font-style: inherit; }

doc/src/sgml/stylesheet.dsl

Lines changed: 2 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.25 2003/11/29 19:51:37 pgsql Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.26 2003/12/15 23:58:12 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 -->
@@ -55,6 +55,7 @@
5555
(element command ($mono-seq$))
5656
(element envar ($mono-seq$))
5757
(element lineannotation ($italic-seq$))
58+
(element literal ($mono-seq$))
5859
(element structfield ($mono-seq$))
5960
(element structname ($mono-seq$))
6061
(element symbol ($mono-seq$))

0 commit comments

Comments
 (0)