mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fixes bug MDL-6685 (Breadcrumb separator, only certain fonts support ►).
This commit is contained in:
parent
7c47564df2
commit
542022f2eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user