summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-13 23:36:52 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-13 23:36:52 +0000
commita8fb525480d1cb0f9ca58d168f8c0e075f7fda08 (patch)
tree8e3ea52fe9d48744f627f47cb403781759778648 /public
parentd59ac02fe9cbcb6ababf2ac1978d82ee89c57ae8 (diff)
downloadredmine-a8fb525480d1cb0f9ca58d168f8c0e075f7fda08.tar.gz
redmine-a8fb525480d1cb0f9ca58d168f8c0e075f7fda08.zip
[#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
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 0 insertions, 1 deletions
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 }