> I am using this approach (rather than just change the registercolright
> class) because each page where that class is used requires some
> adjustment and I'd prefer, if possible, not to create a large number of
> similar classes.

Then don't....  Apply multiple classes instead.

<div class="registercolright lotsOfSpace">

<div class="registercolright littleSpace">

<div class="registercolright oodlesOSpace">

The point here is that your registercolright class stays the same and gets 
called everywhere, and then you apply a second class to the div that applies 
varying amounts of whitespace.

You do have lots of very similar classes, (they're all margin-top: something), 
but they're also very small.

---Tim


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to