From: nfreear Date: Wed, 9 May 2007 14:40:02 +0000 (+0000) Subject: Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=09a3135031e612a4dc45961f87c72c78a898a319;p=moodle.git Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6" --- diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 1a89a06ad4..f8722a72b3 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -184,11 +184,8 @@ a.useredit, a:hover.useredit, .blink { } /* Accessibility: only certain fonts support Unicode chars like ► in IE6 */ -.breadcrumb .sep, .headermenu button, -.calendar-controls .previous, .calendar-controls .next, -.arrow_button input, .arrow_button button { - font-family:Arial,Helvetica,Courier,'Arial Unicode MS', - 'Lucida Sans Unicode','Lucida Grande','GNU Unifont',unifont,sans-serif; +.arrow, .arrow_button input { + font-family: Arial,Helvetica,Courier,sans-serif; } .navigation button {