Skip to content
Snippets Groups Projects
Commit c7beffcc authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Override upstream DSSSL style sheet formatting changes

parent bc7589a2
No related branches found
No related tags found
No related merge requests found
/* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.6 2003/12/15 23:58:12 petere Exp $ */ /* $PostgreSQL: pgsql/doc/src/sgml/stylesheet.css,v 1.7 2004/06/29 20:44:34 petere Exp $ */
/* color scheme similar to www.postgresql.org */ /* color scheme similar to www.postgresql.org */
...@@ -62,6 +62,6 @@ DIV.EXAMPLE { ...@@ -62,6 +62,6 @@ DIV.EXAMPLE {
.NAVHEADER TH { font-style: italic; } .NAVHEADER TH { font-style: italic; }
.COMMENT { color: red; } .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. */ /* Konqueror's standard style for ACRONYM is italic. */
ACRONYM { font-style: inherit; } ACRONYM { font-style: inherit; }
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.26 2003/12/15 23:58:12 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.27 2004/06/29 20:44:34 petere Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!-- must turn on one of these with -i on the jade command line --> <!-- must turn on one of these with -i on the jade command line -->
...@@ -56,11 +56,14 @@ ...@@ -56,11 +56,14 @@
(element envar ($mono-seq$)) (element envar ($mono-seq$))
(element lineannotation ($italic-seq$)) (element lineannotation ($italic-seq$))
(element literal ($mono-seq$)) (element literal ($mono-seq$))
(element option ($mono-seq$))
(element parameter ($mono-seq$))
(element structfield ($mono-seq$)) (element structfield ($mono-seq$))
(element structname ($mono-seq$)) (element structname ($mono-seq$))
(element symbol ($mono-seq$)) (element symbol ($mono-seq$))
(element token ($mono-seq$)) (element token ($mono-seq$))
(element type ($mono-seq$)) (element type ($mono-seq$))
(element varname ($mono-seq$))
(element (programlisting emphasis) ($bold-seq$)) ;; to highlight sections of code (element (programlisting emphasis) ($bold-seq$)) ;; to highlight sections of code
;; Special support for Tcl synopses ;; Special support for Tcl synopses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment