The bidi.css file has a padding 0 rule for the breadcrumb span but there is no padding there in the first place so it has no effect.
The rule is not in the standard LTR files either so it is probably leftover from something that was removed previously.
File:
bidi.css
|
Delete:
li.breadcrumbs span:first-child > a {
|
padding-left: 0; |
}
|