diff options
Diffstat (limited to 'doc/src/sgml/stylesheet.css')
-rw-r--r-- | doc/src/sgml/stylesheet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css index 3ed8d7acaad..aec1765d7b5 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.6.1 2003/12/15 23:58:33 petere Exp $ */ +/* $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.css,v 1.4.6.2 2004/06/29 20:46:34 petere Exp $ */ /* color scheme similar to www.postgresql.org */ @@ -62,6 +62,6 @@ DIV.EXAMPLE { .NAVHEADER TH { font-style: italic; } .COMMENT { color: red; } -VAR { font-family: monospace; font-style: inherit; } +VAR { font-family: monospace; font-style: italic; } /* Konqueror's standard style for ACRONYM is italic. */ ACRONYM { font-style: inherit; } |