summaryrefslogtreecommitdiff
path: root/rake_helpers/coderay_rdoc_template.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-12-05 17:59:17 +0000
committermurphy <murphy@rubychan.de>2005-12-05 17:59:17 +0000
commit7c96846e16ae60d8797ef37d83cb6b0f0553ef2e (patch)
treeb1ba6c6b9941f80e2b3b38be3fb8a64dd86e1241 /rake_helpers/coderay_rdoc_template.rb
parent300032def4f1f4fe2227612c5c045cb72225546f (diff)
downloadcoderay-7c96846e16ae60d8797ef37d83cb6b0f0553ef2e.tar.gz
Some fixes for cYcnus style (capital Y makes problems)
Fixes in the coderay_rdoc_template.
Diffstat (limited to 'rake_helpers/coderay_rdoc_template.rb')
-rw-r--r--rake_helpers/coderay_rdoc_template.rb2
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 }