summaryrefslogtreecommitdiff
path: root/demo/demo_html2.out
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-13 06:24:54 +0000
committermurphy <murphy@rubychan.de>2005-11-13 06:24:54 +0000
commitb60448c9788d37d7c0ab9cd0a3f0337861c64843 (patch)
treeb4046870310445532e0ff9b6aef70bc17086ab62 /demo/demo_html2.out
parent07da5153646a7ae0a9551533221870c47ec950d2 (diff)
downloadcoderay-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_html2.out')
-rw-r--r--demo/demo_html2.out4
1 files changed, 3 insertions, 1 deletions
diff --git a/demo/demo_html2.out b/demo/demo_html2.out
index d748b85..01e4bdd 100644
--- a/demo/demo_html2.out
+++ b/demo/demo_html2.out
@@ -9,7 +9,7 @@
background-color: #f8f8f8;
border: 1px solid silver;
font-family: 'Courier New', 'Terminal', monospace;
- color: black;
+ color: #100;
}
.CodeRay pre { margin: 0px; }
@@ -33,6 +33,7 @@ ol.CodeRay { font-size: 10pt; }
ol.CodeRay li { white-space: pre; }
.CodeRay .code pre { overflow: auto; }
+
.CodeRay .af { color:#00C; }
.CodeRay .an { color:#007; }
.CodeRay .av { color:#700; }
@@ -69,6 +70,7 @@ ol.CodeRay li { white-space: pre; }
.CodeRay .lv { color:#963; }
.CodeRay .oc { color:#40E; font-weight:bold; }
.CodeRay .on { color:#000; font-weight:bold; }
+.CodeRay .op { }
.CodeRay .pc { color:#038; font-weight:bold; }
.CodeRay .pd { color:#369; font-weight:bold; }
.CodeRay .pp { color:#579; }