.date
{
margin-top: 10px;
margin: 0px;
padding:  0px;
font-weight:bold;
}

Hi there,

In your .date rule you apply a margin-top and then in the next line you
remove it with margin:0px (which applies to all sides). If you want just a
margin top use:

margin: 10px 0px 0px 0px;

Cheers
George

Shape Shed | www.shapeshed.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to