aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-12-15 23:58:33 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-12-15 23:58:33 +0000
commitce9c97e6474a89b8d6706ba0036efa5d33a15bc0 (patch)
treed36a31e2efab8e714c338b032133f17e6ae15ac3
parentc8bcbde63ebadfc620433e5465adc5c7dcf795b4 (diff)
downloadpostgresql-ce9c97e6474a89b8d6706ba0036efa5d33a15bc0.tar.gz
postgresql-ce9c97e6474a89b8d6706ba0036efa5d33a15bc0.zip
Override some of the changes in DocBook DSSSL stylesheets 1.78 to restore
previous behavior of <literal>, <envar>, <acronym>, and others.
-rw-r--r--doc/src/sgml/stylesheet.css6
-rw-r--r--doc/src/sgml/stylesheet.dsl3
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css
index 9852436f22b..3ed8d7acaad 100644
--- a/doc/src/sgml/stylesheet.css
+++ b/doc/src/sgml/stylesheet.css
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.4 2002/10/12 16:33:43 petere Exp $ */
+/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.4.6.1 2003/12/15 23:58:33 petere Exp $ */
/* color scheme similar to www.postgresql.org */
@@ -61,3 +61,7 @@ DIV.EXAMPLE {
.NAVHEADER TH { font-style: italic; }
.COMMENT { color: red; }
+
+VAR { font-family: monospace; font-style: inherit; }
+/* Konqueror's standard style for ACRONYM is italic. */
+ACRONYM { font-style: inherit; }
diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl
index b364075dcb7..00366060df9 100644
--- a/doc/src/sgml/stylesheet.dsl
+++ b/doc/src/sgml/stylesheet.dsl
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.24 2003/09/08 23:02:28 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.24.2.1 2003/12/15 23:58:33 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 -->
@@ -55,6 +55,7 @@
(element command ($mono-seq$))
(element envar ($mono-seq$))
(element lineannotation ($italic-seq$))
+(element literal ($mono-seq$))
(element structfield ($mono-seq$))
(element structname ($mono-seq$))
(element symbol ($mono-seq$))