ordered lists with Characters is not function


After update , i can't use ordered lists with Characters.


in css costumer put:

ol.d {list-style-type: lower-alpha;}

ol.f {list-style-type: decimal;}
ul.b {list-style-type: disc;}


And in my content user: 

<ol class="d">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Coca Cola</li>
</ol>

But is not function.

Please help

my link:



Comments

Sign In or Register to comment.