← Prev in month ← Prev in thread

indent doesn't seem to recognize the <ol> environment

From
Robert P. J. Day <>
Date
2003-09-12T22:24:20+00:00
ID
Thread
indent doesn't seem to recognize the <ol> environment
in order to aesthetically set off my monospace verbatim environments,
i use the stylesheet fragment:

<xsl:attribute-set name="monospace.verbatim.properties">
 <xsl:attribute name="start-indent">0.25in</xsl:attribute>
</xsl:attribute-set>


for indentation.

  this works fine if my <screen> or <programlisting> is in, say,
a regular paragraph.  but if i insert a screen in an <orderedlist>,
i get


1.    blah blah blah ...
      more blah

   screen stuff


as in, the <screen> content is indented .25in from the very left, 
rather than relative to the already-indented content of the <listitem>
in the ordered list, which is what i'd prefer.

  is this what i should have expected?  is there a way around this?

rday
← Prev in month ← Prev in thread