From a6dbd649470ac72c404d039e56b3554eef0c78bd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 15 Dec 2003 23:58:12 +0000 Subject: [PATCH] Override some of the changes in DocBook DSSSL stylesheets 1.78 to restore previous behavior of , , , and others. --- doc/src/sgml/stylesheet.css | 6 +++++- doc/src/sgml/stylesheet.dsl | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 070bc2715a..e698718c8d 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.5 2003/11/29 19:51:37 pgsql Exp $ */ +/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.6 2003/12/15 23:58:12 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 8b1abcf0df..519116afe2 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ - + @@ -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$)) -- 2.11.0