Quote:
Originally Posted by GrannyGrump
If I'm interpreting the css right, the class .basic-paragraph IS your default paragraph styling, right?
I wonder if it might help to add "important" to your zero-indent. Thus:
text-indent: 0 !important;
I have read here and elsewhere that some devices need that to ensure the app / device software doesn't override your zero-indent. It is worth a try anyway. You could also add that attribute to your styling for <a> "_idgencolorinherit" as a fail-safe.
|
Granny:
I meant, his unadorned, plain, p styling. He may not have that left, in his CSS--but he might. If he does, it could easily be overriding the cascaded styles. He identifies this ".basic paragraph" with that--not p.basic_paragraph. I'm assuming that somewhere, there's a p. Now, if he didn't define it anywhere, the MOBI defaults could possibly be overriding the named class.
Hitch