View Single Post
Old 02-08-2017, 03:52 PM   #1
Gramlin
Member
Gramlin began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2013
Device: Kindle
Cloud Reader default indents (override?)

Hi, I could use a quick hand.

Cloud Reader displays text-indents by default. A client is unhappy. The book I've formatted for him uses indents in specific places. I've used css classes for those.

Help: I need to override Cloud Reader's default paragraph first-line indents.

If I define <p> as zero-indent and a special class for indented text, might that work? e.g.

Code:
p { 
text-indent: 0px;
}

p.indented {
text-indent: 10px;
}
EDIT: Or perhaps put the override into body {}?

Last edited by Gramlin; 02-08-2017 at 04:01 PM. Reason: body
Gramlin is offline   Reply With Quote