Fixes bug MDL-6685 (Breadcrumb separator, only certain fonts support ►).

This commit is contained in:
nfreear 2006-09-25 10:35:41 +00:00
parent 7c47564df2
commit 542022f2eb

View File

@ -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