.links a {
font: 87%
font-weight: normal;
}

i m using blurmarine. i changed the font-weight from bold to normal. it works in IE but not in Firefox. however, ul.link li works fine in firefox also. anyone know how to fix it?

thanks a lot.

Comments

dawehner’s picture

Perhaps

.links li a{
...
}

works for you.
This problems can be easy solved with FIREBUG for firefox. There you see which element gets which css classes etc
----------------------------------------
Blog: www.freeblogger.org: German IRC-Channel: irc.freenode.net #drupal.de ... Jabber-me: dwehner@im.calug.deXING

heine’s picture

font: 87%

Needs a semi-colon at the end. Also, why the mixed notations?
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.