[dokuwiki] Re: smaller font-size for mac's <code>

Hi Richard,

In terms of changing the font, add this to any stylesheet:
div.dokuwiki .code { font-size: xx-large; }

Or this to your template somewhere:
<style>div.dokuwiki .code { font-size: xx-large; }</style>

Change xx-large to x-large or larger or smaller or 95% or whatever you'd like.

See this for more info: http://www.w3schools.com/css/css_font.asp

For OS detection, if you need it, perhaps try this:
http://google.com/search?q=css+os+detection

Good luck,
-- 
--Terence J. Grant
-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: