We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b7148 commit 1731048Copy full SHA for 1731048
doc/src/sgml/stylesheet.dsl
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.19 2002/01/30 21:53:40 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.20 2002/06/01 20:56:00 petere Exp $ -->
2
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
3
4
<!-- must turn on one of these with -i on the jade command line -->
@@ -58,6 +58,11 @@
58
(element symbol ($mono-seq$))
59
(element type ($mono-seq$))
60
61
+;; Indentation of verbatim environments
62
+(define %indent-programlisting-lines% " ")
63
+(define %indent-screen-lines% " ")
64
+(define %indent-synopsis-lines% " ")
65
+
66
67
;; Bibliography things
68
0 commit comments