View Single Post
Old 07-27-2022, 04:20 PM   #28
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,369
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
yup...what I said...lol

I still have the question: 'Where are you going to use class="copy" anywhere else in your epub other than in your <div class="copy">???'

You could certainly use the name somewhere else, but then the class name wouldn't make sense. So you could reduce your css a bit into:

Code:
p {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 1.2em;
}

div.copy p {
  text-indent: 0;
  font-size: small;
  margin-top: 0.8em;
}
Turtle91 is offline   Reply With Quote