mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
8c80cc1738
The previous fix for IE left some problems in the FF side of things because we were trying additions/substractions on width once its had turned to a string of value + unit. Do the math before we attach 'px' to it...