View Single Post
Old 11-23-2014, 08:38 PM   #10
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,029
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rosshalde View Post
what part of the css don't you guys like? Does it just contain too much information? Should all of the "0" quantities not be there?
someone please take the example above for "s1" and simplify it as you think it should look.
.s1 is being deleted and replaced with p. The p you already have now becomes...

Code:
p {
margin-top: 2pt;
margin-bottom: 0;
margin-left: 2pt;
margin-right: 2pt;
text-align: justify;
text-indent: 1.2em
}
You don't need the <p class="s1"> all over the place. You just need <p> and only a class when you want to change <p>.
JSWolf is online now   Reply With Quote