Calendar 1.0.1 Template - nf_calendar_calendar_index.css - non-numeric error

I get a debug/error appearing at the top of Calendar home and Individual Calendar pages, regarding a non-numeric error at line 127 of template nf_calendar_calendar_index.css

I removed
Code:
height: {xen:calc '96 + {xen:property avatar.padding-top} + {xen:property avatar.padding-bottom} + {xen:property avatar.border-top-width} + {xen:property avatar.border-bottom-width}'}px;
and replaced with
Code:
height: 96;
to resolve.
 
Back
Top