There's no body font size set in the base skin. I think the easiest thing would be to add something like
#main { font-size: 14px; }
which would size down everything except for the header, footer and the dashboard sidebar. Or add a font size to body if you want to scale those down too.
no subject
There's no body font size set in the base skin. I think the easiest thing would be to add something like
#main { font-size: 14px; }
which would size down everything except for the header, footer and the dashboard sidebar. Or add a font size to
body
if you want to scale those down too.