diff options
Diffstat (limited to 'rake_helpers/coderay_rdoc_template.rb')
-rw-r--r-- | rake_helpers/coderay_rdoc_template.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_helpers/coderay_rdoc_template.rb b/rake_helpers/coderay_rdoc_template.rb index 867a144..c16a494 100644 --- a/rake_helpers/coderay_rdoc_template.rb +++ b/rake_helpers/coderay_rdoc_template.rb @@ -31,7 +31,7 @@ CA $: << 'lib' require 'coderay' -STYLE = Hy.ca <<CSS + CodeRay::Encoders[:html]::CSS::DEFAULT_STYLESHEET +STYLE = Hy.ca <<CSS + CodeRay::Encoders[:html]::CSS.new.stylesheet a { text-decoration: none; } a:link { color: $LINK } a:visited { color: $VISITED } |