summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/html/css.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/coderay/encoders/html/css.rb b/lib/coderay/encoders/html/css.rb
index e938e07..ad055aa 100644
--- a/lib/coderay/encoders/html/css.rb
+++ b/lib/coderay/encoders/html/css.rb
@@ -3,12 +3,9 @@ module CodeRay module Encoders
class HTML
class CSS
- DEFAULT_STYLESHEET_ID = :cycnus
-
attr :stylesheet
- def CSS.load_stylesheet style = :default
- style = DEFAULT_STYLESHEET_ID if style == :default
+ def CSS.load_stylesheet style = nil
CodeRay::Styles[style]
end