From ca8f828cb507d7dfdc702d67ff34340be881e35f Mon Sep 17 00:00:00 2001 From: stabijoh Date: Wed, 9 Mar 2011 08:01:27 -0500 Subject: [PATCH] MDL-24743 fix for Magazine theme forced font size --- theme/magazine/style/core.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme/magazine/style/core.css b/theme/magazine/style/core.css index ccc1ffc1c0f..451da66b8e7 100644 --- a/theme/magazine/style/core.css +++ b/theme/magazine/style/core.css @@ -273,13 +273,12 @@ div.johndocsleft { /** breadcrumb image replacement **/ div#jcontrols_button span.arrow.sep { - font-size: 1px; + font-size: .01em; color: #fafafa; background: url([[pix:theme|breadcrumb_separator_arrow_2_dots]]) no-repeat; - background-position: 50% 9px; + background-position: 50% 7px; display: inline-block; width: 16px; - line-height: 40px; } /** Block styles **/