In article
<1195001531.744216.106680 (AT) v23g2000prn (DOT) googlegroups.com>,
eholz1 <ewholz (AT) gmail (DOT) com> wrote:
Quote:
How can i get the footer to be smaller than it is??? |
Assuming you do not put in anything other than font-size:100% in
the css for body, (you can put nothing at all and that is fine up
to a point) and do not set complicated font-sizes and classes and
wrappers elsewhere if you really do not like the defaults, it is
very simple. Just set footer to 85% or .85em:
..footer {font-size: .85em;}
<div class="footer">footer content</div>
--
dorayme