From ca73aba0898874fdf44f5fbaac6c4af541385822 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 11 Jul 2010 00:59:37 +0000 Subject: #668280 by mgifford, Jeff Burnz, jide, David_Rothstein: Fixed Toolbar font size keeps jumping around. --- modules/toolbar/toolbar.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/toolbar/toolbar.css b/modules/toolbar/toolbar.css index 5fc8159ba..6e9b702d6 100644 --- a/modules/toolbar/toolbar.css +++ b/modules/toolbar/toolbar.css @@ -27,9 +27,12 @@ body.toolbar-drawer { /** * Base styles. + * + * We use a keyword for the toolbar font size to make it display consistently + * across different themes, while still allowing browsers to resize the text. */ #toolbar { - font: normal 0.9em "Lucida Grande", Verdana, sans-serif; + font: normal small "Lucida Grande", Verdana, sans-serif; background: #666; color: #ccc; position: fixed; @@ -52,8 +55,9 @@ body.toolbar-drawer { } #toolbar a { - text-decoration: none; color: #fff; + font-size: .846em; + text-decoration: none; } #toolbar ul li, -- cgit v1.2.3