reduce indent of list items (#4734)

This commit is contained in:
Frédéric Péters 2014-04-24 16:01:28 +02:00
parent 5d23ae942c
commit 2e0bb8bebd
1 changed files with 3 additions and 3 deletions

View File

@ -243,15 +243,15 @@
</text:list-style>
<text:list-style style:name="BulletList" style:display-name="Liste Puces">
<text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="-">
<style:list-level-properties text:space-before="0.635cm" text:min-label-width="0.635cm"/>
<style:list-level-properties text:space-before="0cm" text:min-label-width="0.635cm"/>
<style:text-properties style:font-name="StarSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="2" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="-">
<style:list-level-properties text:space-before="1.635cm" text:min-label-width="0.635cm"/>
<style:list-level-properties text:space-before="1cm" text:min-label-width="0.635cm"/>
<style:text-properties style:font-name="StarSymbol"/>
</text:list-level-style-bullet>
<text:list-level-style-bullet text:level="3" text:style-name="Bullet_20_Symbols" style:num-suffix="." text:bullet-char="-">
<style:list-level-properties text:space-before="2.635cm" text:min-label-width="0.635cm"/>
<style:list-level-properties text:space-before="2cm" text:min-label-width="0.635cm"/>
<style:text-properties style:font-name="StarSymbol"/>
</text:list-level-style-bullet>
</text:list-style>