https://bugzilla.wikimedia.org/show_bug.cgi?id=23708

--- Comment #2 from GĂ©rard <gsm...@solcon.nl> 2010-06-11 04:43:53 UTC ---
I found a temporary work-a-round for SyntaxHighLight_GesHi:
1) Update to the latest php files of the extension
2) Do not use the new Geshi files but use the older geshi version: 1.0.7.22
Then the small font issue doesn't occur in the vector skin (using Firefox).

----
Probable cause:
There is a difference in the generated html that geshi.php produces:

Version 1.0.7.22 (still ok):

var $overall_style = '';
var $code_style = 'font-family: \'Courier New\', Courier, monospace;
font-weight: normal; font-style: normal;';

Version 1.0.8.7 (nok):
var $overall_style = 'font-family:monospace;';
var $code_style = 'font: normal normal 1em/1.2em monospace; margin:0;
padding:0; background:none; vertical-align:top;';



Maybe this helps narrowing down the search for the problem.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to