Hi there,

You are using two CSS names with an underscore (_) which is illegal in a CSS name (Although accepted).

It would be a good idea to rename them:

.see_footnote
.footnote_multi

Generally, people use a dash:

.see-footnote
.footnote-multi

Thank you.
Alexis Wilke

Comments

hingo’s picture

Thanks. Wasn't aware of that. Will fix this whenever the next release is going out.

hingo’s picture

Version: 6.x-2.3 » 6.x-2.x-dev
Assigned: Unassigned » hingo
Status: Active » Fixed

Fix committed and is available in the development snapshot now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.