openSUSE / suse-xsl

DocBook XSL Stylesheets for SUSE branding
Other
11 stars 10 forks source link

bottom margin of nested lists adds up #315

Closed ghost closed 1 year ago

ghost commented 7 years ago

When using multiple lists within each other, their bottom margin can add up at the end. Found by sseeberg.

svenseeberg commented 7 years ago
 <sect1 xml:id="myid">
  <title>my title</title>
  <itemizedlist mark="bullet" spacing="normal">
   <listitem>
    <para>
     ...
    </para>
    <itemizedlist>
     <listitem>
      <para>
       ...
      </para>
      <itemizedlist>
       <listitem>
        <para>
         ...
        </para>
       </listitem>
      </itemizedlist>
     </listitem>
    </itemizedlist>
   </listitem>
  </itemizedlist>
 </sect1>
tomschr commented 1 year ago

Looks fine in suse2022 stylesheets. Closing.