I'm modifying bluemarine.

When I edit style.css
the
a:visited

line,
if I put in fontsize:8em, font gets enormous.
if I put in fontsize: .5em, font does not change.

why can I only make links bigger, not smaller?

Comments

nevets’s picture

Not sure .5em is valid, think you need 0.5em

jhjaggars’s picture

I'm fairly certain .5em will work, though make sure that you are using font-size: .5em; and not fontsize:.5em.

mwu’s picture

thanks. tried 0.
(was correct in file, font-size)

also tried 10%

something is setting a minimum size somewhere.

mwu’s picture

moz/firefox, opera and safari set a minimum font size
http://www.gunlaug.no/contents/wd_1_03_04.html

however, I am trying to duplicate an effect I see on another site, so I don't think the problem is the minimum size in my browse.

added: it was done as images!