Anyway to make listview right to left?
Hello there,
I was wondering if there is anyway to make an unordered list with a count bubble
something like this
<ul data-role="listview">
<li>Points<span id="points" class="ui-li-count">10</span></li>
</ul>
i tried modifying the css file making all floats to right instead of left but it didn't work.
Thanks in advance