From 09a3135031e612a4dc45961f87c72c78a898a319 Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 9 May 2007 14:40:02 +0000 Subject: [PATCH] Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6" --- theme/standard/styles_fonts.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 { -- 2.39.5