From 3f5cc3ae69ecad6a6909aad4b553eb958241dd14 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 18 Oct 2006 21:48:17 +0000 Subject: Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem. New token: :inline_delimiter Scanner tests suite revamped: colorization, split up into methods. --- lib/coderay/styles/cycnus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb index 8464ba3..df982e1 100644 --- a/lib/coderay/styles/cycnus.rb +++ b/lib/coderay/styles/cycnus.rb @@ -76,7 +76,7 @@ ol.CodeRay li { white-space: pre } .il { background: #eee } .il .il { background: #ddd } .il .il .il { background: #ccc } -.il .dl { font-weight: bold ! important; color: #888 ! important } +.il .idl { font-weight: bold; color: #888 } .in { color:#B2B; font-weight:bold } .iv { color:#33B } -- cgit v1.2.1