I have almost finished building a site but have one strange formatting issue, the user list items are underlined and I can't see in the css where this behaviour is coming from. I'm using list_star class as follows:
<ul style="color: #c2b2a1; margin-bottom: 10px;" class="list_star">
</ul>
I can only find this reference to the lists in rtl.css
/* Lists */
ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li { padding-right: 34px; padding-left: 0; }
ul.list_check li, li.list_check { background-position: right 5px; }
ul.list_star li, li.list_star { background-position: right 5px; }
ul.list_idea li, li.list_idea { background-position: right 6px; }
ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after { left: auto; right: 0; }
Thanks & great theme by the way!
Comments