diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 070bc2715a68ad13dcea9774f06fb4d71984f159..e698718c8d2aff4ee293fd4e0afa16e3ca8dea1d 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 8b1abcf0dfb3fdc60c5a990a7723981a29222805..519116afe22c9c8a9c6a16915feb92e8b58a090a 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.25 2003/11/29 19:51:37 pgsql Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.26 2003/12/15 23:58:12 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$))