When I convert a validated epub3 to mobi using KindlePreviewer
I get two results, one in Calibre which is the correct form where the text is aligned to the right and another result in mobi where the text is aligned to the left, this happens only in unordered lists for some reason.
The HTML & CSS:
CSS is attached.
I would like the list items to be aligned to the right.
Thanks.
I get two results, one in Calibre which is the correct form where the text is aligned to the right and another result in mobi where the text is aligned to the left, this happens only in unordered lists for some reason.
The HTML & CSS:
Code:
<ul class="margin_bottom margin_top_3">
<li>- "<b>דון רואיס רואס</b> זכה זה עתה בפרס השני באותה השנה. נאום התודה שלו הדליק את משואת ההשראה בלבם של מאזיניו הוותיקים, וגרם אף לספקנים שבקהל לקבל את עצם זכייתו..."</li>
<li>- "<b>איווון דקארט</b> היה..."</li>
<li>- "<b>סומר אספניו</b> חשב שהוא חושב שהוא, אבל אור היום המתהדר בצבעי תכלת ארגמניים הקיצו מחלומותיו בהקיץ..."</li>
</ul>
<p class="indented">כל השמות שעלו במוחי נראו לי יותר מדי מוכנים, יותר מדי בשלים, יותר מדי בנויים בשביל הסיפור שלי. לסיפור שלי צריך להיות אם לא עלילה, אז לפחות גיבור שיגדל ויבשיל עם הקורא. הוא לא יכול להיות עוד גיבור נכזב שמצא וחווה את חייו בין הצלחה לכישלון אחד מהדהד וממושמע. הוא צריך להיות גיבור שיזדהה עם הקורא אפילו עוד לפני שזה יזדהה איתו.</p>
I would like the list items to be aligned to the right.
Thanks.