diff options
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 } |