I made a typo... see below:

On Nov 4, 2005, at 3:15 PM, Michael Hulse wrote:

> I ussually do this for my sites:
>
> * html {
>       margin: 0;
>       padding: 0;
> }

That should have been:

/* Zero-out margins and padding for all elements: */
* {
        margin: 0;
        padding: 0;
}

Not that it matters... hehe...

m
-- 
BCC for Privacy!
http://www.cs.rutgers.edu/~watrous/bcc-for-privacy.html
----------------------------------
My del.icio.us: http://del.icio.us/mhulse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to