From 0b3d47ecb8bf54c34d12d1ba9cf7c6c8386ebd47 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 27 Jun 2010 00:13:09 +0000 Subject: Alpha style: Removed background color for :inline_delimiter. --- lib/coderay/styles/alpha.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 49e24d0..bb46b4d 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -79,8 +79,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } .ic { color:#B44; font-weight:bold } .il { background-color: hsla(0,0%,0%,0.1); color: black } -.il .idl { font-weight: bold; color: #666 } -.idl { font-weight: bold; background-color: hsla(0,0%,0%,0.1); color: #666; } +.idl { font-weight: bold; color: #666 } .im { color:#f00 } .in { color:#B2B; font-weight:bold } -- cgit v1.2.1