tlanbacher;15785Hi There,
In the Typography Features is a checklist featured…..how can i make it?;)
…..ordered list and unordered list is clear!
Thanks for Help…Cheers,
Tom
Looking at the source code for the demo I highlighted area with ticks used firebug ( FF add in) to inspect element and heres the css class you apply to the ul and li
<ul class=”checklist”>
<li>This is a sample <strong>Check list</strong>. Interdum Vestibulum Sed Lorem eu felis leo Nunc dui id feugiat.</li>
<li>Dolor Curabitur Nam Nulla augue id iaculis a nec Cum at.</li>
<li>Lorem et nunc congue pede auctor condimentum habitasse rutrum nunc Mauris. Gravida id Aenean id condimentum nibh vitae montes sagittis malesuada et.</li>
<li>Nunc cursus sem et pretium sapien eget.</li>
</ul>
I hope that’s what you are after?
Cheers ShannonN