Quote:
Originally Posted by rosshalde
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>.