From: Peter Eisentraut Date: Mon, 15 Dec 2003 23:58:33 +0000 (+0000) Subject: Override some of the changes in DocBook DSSSL stylesheets 1.78 to restore X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=fa92a896e12c4f4ab98d58eaec5e8cc1f558725f;p=users%2Fbernd%2Fpostgres.git Override some of the changes in DocBook DSSSL stylesheets 1.78 to restore previous behavior of , , , and others. --- diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index abe0becaf1..693ef808cf 100644 --- a/doc/src/sgml/stylesheet.css +++ b/doc/src/sgml/stylesheet.css @@ -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 0b8ecc17d1..d8d395460e 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -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$))