From: nfreear Date: Mon, 25 Sep 2006 10:35:41 +0000 (+0000) Subject: Fixes bug MDL-6685 (Breadcrumb separator, only certain fonts support ►). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=542022f2eb0621e5888898ffe1029751ec4d1b0e;p=moodle.git Fixes bug MDL-6685 (Breadcrumb separator, only certain fonts support ►). --- 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