Font size in WordPress Plugin CodeColorer

January 5th, 2010 by blog Leave a reply »

Today I replaced SyntaxHighlighter Evolved simply because he doesn’t support AppleScript. After some tests CodeColorer was the one to take with one problem: The font was really big. After some minutes of searching I replaced the font size given in wp-content/plugins/codecolorer/codecolorer.css from

5
.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * { font: 13px/1.4em Monaco, Lucida Console, monospace }

to

5
.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * { font: 10px Monaco, Lucida Console, monospace }
Advertisement

Comments are closed.