From 70dcba4428281407ff0b92a417c3d6d6939390a4 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 22 Jan 2009 14:13:43 +0000 Subject: 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. --- lib/coderay/styles/cycnus.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/styles/cycnus.rb') 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% } -- cgit v1.2.1