I read this page, which shows how to do syntax highlighting with MARKMIN: http://www.web2py.com/examples/static/markmin.html
something like ``....``:code_html ,etc... My question, how do I increase the font size of the code enclosed in `` ... ``:code_html or :code_python? It default font seems to be 11pt (too small for my use case). I can't change it with css. Is there are parameter to pass to the function (CODE) to increase the font size? Thank you.

