You could add margins, padding, etc to common elements in #mainContent.
#mainContent p {
margin: 0.5em 0;
//etc...
}
#mainContent h2 {
font-weight: bold;
text-size: 1.4em;
//etc...
}
This is the point of reset.css, to force you to specifically define
the styling for your elements.
-Ryan
On Jul 7, 2008, at 9:30 AM, Travis Killen wrote:
> Hello,
>
> I am using Eric Meyers' reset.css file, which is great for creating my
> template file. The problem is that I want don't want the reset
> styles
> to apply to the content generated by my Content Management System
> (CMS)
> Is there a way to prevent inheritance for my div#mainContent?
>
> site link: http://agnew.sfasu.edu
>
> - Travis Killen
> http://936webdesign.com
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> 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/
Ryan Doherty
[EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/