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 +- lib/coderay/styles/_map.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/coderay') 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', diff --git a/lib/coderay/styles/_map.rb b/lib/coderay/styles/_map.rb index 52035fe..5e69f72 100644 --- a/lib/coderay/styles/_map.rb +++ b/lib/coderay/styles/_map.rb @@ -1,7 +1,7 @@ module CodeRay module Styles - default :cycnus + default :alpha end end -- cgit v1.2.1