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

[#20288] Remove line-numbers style (line numbers are removed per r10131).

Contributed by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@14487 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-08-13 23:37:03 +00:00
parent a8fb525480
commit f4a0fbab62

View File

@ -1115,7 +1115,6 @@ h2 img { vertical-align:middle; }
/************* CodeRay styles *************/
.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 .annotation { color:#007 }