diff options
author | murphy <murphy@rubychan.de> | 2005-11-13 06:24:54 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-13 06:24:54 +0000 |
commit | b60448c9788d37d7c0ab9cd0a3f0337861c64843 (patch) | |
tree | b4046870310445532e0ff9b6aef70bc17086ab62 /demo/demo_css.rb | |
parent | 07da5153646a7ae0a9551533221870c47ec950d2 (diff) | |
download | coderay-b60448c9788d37d7c0ab9cd0a3f0337861c64843.tar.gz |
New Style system added - still beta.
Demos adjusted
coderay.rb, encoders/html.rb, encoders/div.rb adjusted.
encoders/html/* files rebuild.
Diffstat (limited to 'demo/demo_css.rb')
-rw-r--r-- | demo/demo_css.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/demo_css.rb b/demo/demo_css.rb index 93a6ef0..52e4bcc 100644 --- a/demo/demo_css.rb +++ b/demo/demo_css.rb @@ -1,4 +1,4 @@ require 'coderay'
# print the default stylesheet for HTML codes
-puts CodeRay::Encoders[:html]::CSS::DEFAULT_STYLESHEET
+puts CodeRay::Encoders[:html]::CSS.new.stylesheet
|