From 06d2668d7dace02a787dc84852ced535ae981b50 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 21 Sep 2010 22:04:58 +0000 Subject: Fixed a:target color. --- lib/coderay/styles/alpha.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/alpha.rb b/lib/coderay/styles/alpha.rb index 8047715..a57b0c4 100644 --- a/lib/coderay/styles/alpha.rb +++ b/lib/coderay/styles/alpha.rb @@ -34,11 +34,11 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } -webkit-user-select: none; } .CodeRay .line_numbers a, .CodeRay .no a { - background-color: #{numbers_background} ! important; - color: gray ! important; - text-decoration: none ! important; + background-color: #{numbers_background} !important; + color: gray !important; + text-decoration: none !important; } -.CodeRay .line_numbers a:target, .CodeRay .no a:target { color: blue; } +.CodeRay .line_numbers a:target, .CodeRay .no a:target { color: blue !important; } .CodeRay .line_numbers .highlighted, .CodeRay .no .highlighted { color: red; } .CodeRay .no { padding: 0px 4px; } .CodeRay .code { width: 100%; } @@ -46,7 +46,7 @@ table.CodeRay td { padding: 2px 4px; vertical-align: top; } MAIN TOKEN_COLORS = <<-'TOKENS' -.debug { color:white ! important; background:blue ! important; } +.debug { color: white !important; background: blue !important; } .an { color:#007 } .at { color:#f08 } -- cgit v1.2.1