From dcf160f17b548de3360728376f1bf8efe2dfe09d Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 31 Mar 2010 20:08:18 +0000 Subject: Use new :alpha style be default. This means IE will have problems with the colors. --- lib/coderay/encoders/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html.rb') diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index f1fe7ce..d43805d 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -91,7 +91,7 @@ module Encoders :css => :class, - :style => :cycnus, + :style => :alpha, :wrap => nil, :title => 'CodeRay output', -- cgit v1.2.1