From 1de8e57c915561e0c5ce7e98e8760c7e7ad0a38e Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 2 Apr 2010 00:14:27 +0000 Subject: HTML encoder is HTML 5 and CSS 3 compatible (closes #215). This also means it's incompatible to previous versions of HTML and CSS. Also, the output may not show correctly on IE. I officially drop support for Internet Explorer with no regrets. --- lib/coderay/styles/alpha.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index f10b0b6..655a4de 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -79,7 +79,7 @@ ol.CodeRay li { white-space: pre } .i { color:#00D; font-weight:bold } .ic { color:#B44; font-weight:bold } -.il { background: hsla(0,0%,0%,0.1); color: black } +.il { background-color: hsla(0,0%,0%,0.1); color: black } .il .idl { font-weight: bold; color: #666 } .idl { font-weight: bold; color: #666; } -- cgit v1.2.1