Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Minify problem calc()
I've found a minfy problem in 2.4.3 p1: I've used top: calc(20% + 60px);. In the minify, the spaces are removed, so browsers don't recognise it (it becomes calc(20%+60px))
Comments