I have the HTML:
Bookmix Offline
If you want to make your list items aligned right without reversing the order dont float your list items. Make them inline instead. text-align:right your span
div { text-align:right; } span { display:inline; }