Brian M. Curran wrote:
>> David Laakso wrote:
>> It may be a good idea to delete your CSS file from the host/server and 
>> upload it again. Most broswers up the new default font-size you've set, 
>> But it seems as though the cache in Mac FF sometimes sticks on this end 
>> in Mac OS X 10.4 (didn't check in PC FF).
>>     
>
>
>
> Thank you. -- It's now deleted and reloaded.
> -Brian
>   


This:

body {   
margin: 0;
padding: 0;
background: #fff;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: medium;
color: #000;
line-height: 1.4;
}

Becomes this (and send me to your host):

body {   
margin: 0;
padding: 0;
background: #fff;
color: #000;
font:  100%/1.4 "Helvetica Neue", Arial, sans-serif;
}

Hang around long enough and I'll do my best to really drive you nuts :-) .

~d

PS Bye, bye keyword.


-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
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