Circle and disc

  • Author
    Posts
  • #39484

    Hi¡ I use Tempera and I’ve got a problem with unordered HTML List

    I tipe

    <ul style=”list-style-type:circle”>
    <li>Coffee</li>
    <li>Tea</li>
    <li>Milk</li></ul>

    …and i see a circle in the post and in the browser

    I tipe

    <ul style=”list-style-type:disc”>
    <li>Coffee</li>
    <li>Tea</li>
    <li>Milk</li>
    </ul>

    …and i see a circle too…
    What’s wrong?
    Txs

    #42402
    stefanobene
    Power User

    Yes, it happens to me too

    #42458
    Zed
    Cryout Creations mastermind

    Inline styling will not work to change the style of the lists bullets in Tempera. You’ll need to use custom styling:

    .entry-content ul.circe > li { list-style: circle; }
    .entry-content ul.disc > li { list-style: disc; }

    Apply the circle and disc classes to the desired list.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Circle and disc’ is closed to new replies.