Hi, there is one problem, when administration menu module (http://drupal.org/project/admin_menu). When it's work on rootcandy pages it shows wrong font-size. So it causes by line 17 in style.css of RootCandy.
So, just add please this 5 lines to end of this file:
#admin-menu-wrapper
{
font-family: 'Tahoma', 'Verdana', sans-serif;
font-size: 9px;
}
Thank you.
Comments
Comment #1
sign commentedaccording to admin menu module it is using:
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;so, let's keep it consistent.
Thanks for reporting!
Fixed in dev
http://drupal.org/cvs?commit=347052