1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-22 00:11:14 +00:00

[#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
This commit is contained in:
Toshi MARUYAMA 2015-08-13 23:36:52 +00:00
parent d59ac02fe9
commit a8fb525480

View File

@ -1117,7 +1117,6 @@ h2 img { vertical-align:middle; }
.syntaxhl div {display: inline;} .syntaxhl div {display: inline;}
.syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;} .syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;}
.syntaxhl .code pre { overflow: auto } .syntaxhl .code pre { overflow: auto }
.syntaxhl .debug { color: white !important; background: blue !important; }
.syntaxhl .annotation { color:#007 } .syntaxhl .annotation { color:#007 }
.syntaxhl .attribute-name { color:#b48 } .syntaxhl .attribute-name { color:#b48 }