Currently breadcrumbs have no classes, id's or even spans, which makes styling them next to impossible.
I propose something like this, which would make customising them much easier…
- #breadcrumbs
- span class="parent"
- span class="separator" ( » )
- span class="child"
- …
If this isn't possible even just a span around the separator ( » ) would do.
Giving the first link a separate class (such as parent) would allow us to replace the text with an image, such as a home icon.
Thanks,
Bryce