From 8e452b0730086dd4b230dc2763d4fa849dd0025c Mon Sep 17 00:00:00 2001
From: nfreear <nfreear>
Date: Thu, 25 Jan 2007 11:18:39 +0000
Subject: [PATCH] Fix for reopened bug MDL-6685, "Arrows on course roles screen
 are displaying as squares"

---
 theme/standard/styles_fonts.css | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css
index c91347b4a7..1f9822f243 100644
--- a/theme/standard/styles_fonts.css
+++ b/theme/standard/styles_fonts.css
@@ -184,8 +184,10 @@ a.useredit, a:hover.useredit, .blink {
 
 /* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
 .breadcrumb .sep, .headermenu button,
-.calendar-controls .previous, .calendar-controls .next {
-  font-family:Arial, Helvetica, Courier, sans-serif;
+.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;
 }
 
 /***
@@ -848,4 +850,4 @@ body#mod-forum-index .generalbox .cell {
 .phpinfo .v {
   background-color: #cccccc; 
   color: #000000;
-}
+}
\ No newline at end of file
-- 
2.39.5