summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-31 20:08:18 +0000
committermurphy <murphy@rubychan.de>2010-03-31 20:08:18 +0000
commitdcf160f17b548de3360728376f1bf8efe2dfe09d (patch)
tree9a6043847b686b05ba4d79c1afbf34fe4151c438 /lib/coderay/encoders/html.rb
parent2ec0bd0aab31ba9384e7871d79f1b0048df982d6 (diff)
downloadcoderay-dcf160f17b548de3360728376f1bf8efe2dfe09d.tar.gz
Use new :alpha style be default. This means IE will have problems with the colors.
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r--lib/coderay/encoders/html.rb2
1 files changed, 1 insertions, 1 deletions
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',