Lists 4 - indentation manual change

Change manually the indentation of bullets
Various trials 1, 2, ...


change bullets 2406 (to be used)

plain text line
plain text line
  • bullet text 1
  • bullet text 2
    • nested bullet text 2.1
    • nested bullet text 2.2
  • bullet text 3
  • bullet text 4
plain text line
plain text line

<ul style="margin: 0em; padding-left: 2em;">
<ul style="margin: 0em; padding-left: 1em;">

default bullets

text line
text line
  • Default bullet text
  • Default bullet text
text line
text line
<ul style="">
<ul style="">

changed bullets 1

Changing the default top - bottom margins and indentation

text line
text line
  • Manually indented bullet text 1
  • Manually indented bullet text 1
text line
text line

The default line
<ul style="text-align: left;"> changes to
<ul style="text-align: left; margin: 0; padding-left: 1em; ">

margin removes the top-bottom space.
padding-left moves to left.

changed bullets 2

Changing the default top - bottom margins and indentation

text line
text line
  • Manually indented bullet text 2
  • Manually indented bullet text 3 Manually indented bullet text 2 Manually indented bullet text 2 Manually indented bullet text 2 Manually indented bullet text 2
text line
text line

The default line
<ul style="text-align: left;"> changes to
<ul style="text-align: left; margin: 0.25em; padding-left: 1em; ">

margin adjusts the top-bottom space.
padding-left moves to left, in addition to margin


Comments