From 542022f2eb0621e5888898ffe1029751ec4d1b0e Mon Sep 17 00:00:00 2001 From: nfreear Date: Mon, 25 Sep 2006 10:35:41 +0000 Subject: [PATCH] Fixes bug MDL-6685 (Breadcrumb separator, only certain fonts support ►). --- theme/standard/styles_fonts.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 0215bc0138..da73ac0eb0 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -182,6 +182,11 @@ a.useredit, a:hover.useredit, .blink { font-size:0.8em; } +/* Accessibility: only certain fonts support Unicode chars like ► in IE6 */ +.breadcrumb .sep, .headermenu button, +.calendar-controls .previous, .calendar-controls .next { + font-family:Arial, Helvetica, Courier, sans-serif; +} /*** *** Footer -- 2.39.5