Quote:
Originally Posted by JSWolf
I don't do things like div.copy. That copy class is also used with <p>. I don't like limiting a class like that.
|
When you are more precise in the css you don’t need to have all of those repetitive classes for each paragraph within the specified div class. Your way has more bloat in the html to save a single line in the css.
How many other places are you going to use the .copy class in your ePub?