View Single Post
Old 05-22-2018, 03:18 PM   #10
Nicolas F
Groupie
Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.Nicolas F once ate a cherry pie in a record 7 seconds.
 
Posts: 161
Karma: 1842
Join Date: Jan 2016
Device: Kobo Glo HD
Quote:
Originally Posted by alegriadelarte View Post
Not satisfied, behaviour is inconsistent according to reader.



If I view Edge under Win10: ok
If I view under Android, with Eboox, Google Play or ReadEra, I have very different behaviour.
Eboox does not at all take into accounts the above css.
Sadly, theducks is right, since different readers don't render things the same your CSS will not always give you the same result and it can be difficult to change this...

You could try to add
Code:
  li, ul {
    list-style-type: none;
    text-indent: 0;
    margin: 0;
    padding:0;
  }
to put everything at 0 before your code
Nicolas F is offline   Reply With Quote