]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6"
authornfreear <nfreear>
Wed, 9 May 2007 14:40:02 +0000 (14:40 +0000)
committernfreear <nfreear>
Wed, 9 May 2007 14:40:02 +0000 (14:40 +0000)
theme/standard/styles_fonts.css

index 1a89a06ad4a95f23b3cb52af6a521971ac743f7b..f8722a72b372fe9d2610416de5cc1dfff8ab7be1 100644 (file)
@@ -184,11 +184,8 @@ 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,
-.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 {