diff options
author | murphy <murphy@rubychan.de> | 2006-10-18 21:48:17 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-18 21:48:17 +0000 |
commit | 3f5cc3ae69ecad6a6909aad4b553eb958241dd14 (patch) | |
tree | f488993bf2c9761c6f98ca5ddd55497f6fa8f832 /lib/coderay/styles | |
parent | 26a698230e2e502bfe90392ae034409506ca3cdc (diff) | |
download | coderay-3f5cc3ae69ecad6a6909aad4b553eb958241dd14.tar.gz |
Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.
New token: :inline_delimiter
Scanner tests suite revamped: colorization, split up into methods.
Diffstat (limited to 'lib/coderay/styles')
-rw-r--r-- | lib/coderay/styles/cycnus.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |