[pmwiki-users] PmSyntax

design1 at softflow.uk design1 at softflow.uk
Thu Nov 3 14:39:08 PDT 2022


> Hello,
> just trying out PmSyntax , with $EnablePmSyntax = 2;
> When opening the edit form, all the text is showing much smaller than when not enabling PmSyntax.
> How can i rectify that? I need text to be large, usually. What is causing the change?

okay, solved it! 
pmwiki.syntax.css got a rule setting text size to 14px:

#wikiedit #hwrap textarea#text, #wikiedit #htext, .pmhlt {
....
--pmsyntax-fontsize: 14px;
....}

adding such rule with value 1em to my skin content.css does the trick to overrule it.

~Hans




More information about the pmwiki-users mailing list