From a4052158f89068317e5a374cc553ef95de1a842a Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 16 Oct 2005 10:50:34 +0000 Subject: scanners/ruby.rb: fixed string inline code encoders/helpers/html_css.rb and html_helper.rb: added :inline token encoders/helpers/html_output.rb: made wrapped_in an attr_accessor; fixed option handling in numerize! --- lib/coderay/encoders/helpers/html_css.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/encoders/helpers/html_css.rb') diff --git a/lib/coderay/encoders/helpers/html_css.rb b/lib/coderay/encoders/helpers/html_css.rb index a3c50eb..6629bbf 100644 --- a/lib/coderay/encoders/helpers/html_css.rb +++ b/lib/coderay/encoders/helpers/html_css.rb @@ -102,6 +102,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .hx { color:#058; font-weight:bold; } .i { color:#00D; font-weight:bold; } .ic { color:#B44; font-weight:bold; } +.il { } .in { color:#B2B; font-weight:bold; } .iv { color:#33B; } .la { color:#970; font-weight:bold; } -- cgit v1.2.1