Page MenuHomePhabricator

geshi.php.patch

Authored By
bzimport
Nov 21 2014, 11:13 PM
Size
754 B
Referenced Files
None
Subscribers
None

geshi.php.patch

Index: geshi.php
===================================================================
--- geshi.php (revision 2486)
+++ geshi.php (working copy)
@@ -445,13 +445,13 @@
* The overall style for this code block
* @var string
*/
- var $overall_style = 'font-family:monospace;';
+ var $overall_style = 'font-family:monospace, Courier;';
/**
* The style for the actual code
* @var string
*/
- var $code_style = 'font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;';
+ var $code_style = 'font: normal normal 1em/1.2em monospace, Courier; margin:0; padding:0; background:none; vertical-align:top;';
/**
* The overall class for this code block

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6574
Default Alt Text
geshi.php.patch (754 B)

Event Timeline