aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/stylesheet.css')
-rw-r--r--doc/src/sgml/stylesheet.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css
index 070bc2715a6..e698718c8d2 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; }