From a8fb525480d1cb0f9ca58d168f8c0e075f7fda08 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 13 Aug 2015 23:36:52 +0000 Subject: [PATCH] [#20288] Remove debug style (used only by CodeRay's internal debug scanner). Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14486 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8e4bf8d9c..45a18f88b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1117,7 +1117,6 @@ h2 img { vertical-align:middle; } .syntaxhl div {display: inline;} .syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;} .syntaxhl .code pre { overflow: auto } -.syntaxhl .debug { color: white !important; background: blue !important; } .syntaxhl .annotation { color:#007 } .syntaxhl .attribute-name { color:#b48 }