Some css for the new donation popup (the close class) was messing with html elements in the documentation (specifically, element relating to close methods, see https://openframeworks.cc///documentation/utils/ofFile/).
Fixed by renaming the class for the donation popup from close to close-btn
@arturoc Haven't the online docs been updated in a while? This problem with methods called "close" being pulled to the right still exists in the live version.
Some css for the new donation popup (the
close
class) was messing with html elements in the documentation (specifically, element relating toclose
methods, see https://openframeworks.cc///documentation/utils/ofFile/). Fixed by renaming the class for the donation popup fromclose
toclose-btn
Closes #657