Closed (fixed)
Project:
Footnotes
Version:
6.x-2.x-dev
Component:
Footnotes
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2010 at 20:54 UTC
Updated:
10 Aug 2010 at 21:10 UTC
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
Comment #1
hingo commentedThanks. Wasn't aware of that. Will fix this whenever the next release is going out.
Comment #2
hingo commentedFix committed and is available in the development snapshot now.