summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-01-22 14:13:43 +0000
committermurphy <murphy@rubychan.de>2009-01-22 14:13:43 +0000
commit70dcba4428281407ff0b92a417c3d6d6939390a4 (patch)
treeb8e467002cd75e7a1694bc7e403218806e915c7d /lib/coderay/styles
parent4c64867ce924aca00fc40849e83acbfe2fcc3b29 (diff)
downloadcoderay-70dcba4428281407ff0b92a417c3d6d6939390a4.tar.gz
New feature: HTML encode option :highlight_lines. See documentation.
* The scanner test suite uses it and highlights the lines that differ after a failed complete test in *.actual.html.
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r--lib/coderay/styles/cycnus.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb
index fd44385..d274545 100644
--- a/lib/coderay/styles/cycnus.rb
+++ b/lib/coderay/styles/cycnus.rb
@@ -32,6 +32,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top }
text-align: right;
}
.CodeRay .line_numbers tt { font-weight: bold }
+.CodeRay .line_numbers .highlighted { color: red }
.CodeRay .no { padding: 0px 4px }
.CodeRay .code { width: 100% }