trying to fix wiki syntaxhl issue

This commit is contained in:
Kornelius Kalnbach 2011-10-29 12:10:18 +02:00
parent 65af1e4436
commit 7b1a263d1d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ div.action_A { background: #bfb }
/************* CodeRay styles *************/
.syntaxhl div {display: inline;}
.syntaxhl .no { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 }
.syntaxhl .line-numbers { padding: 2px 4px 2px 4px; background-color: #eee; margin:0; margin-right: 4px }
.syntaxhl .code pre { overflow: auto }
.syntaxhl .debug { color:white ! important; background:blue ! important; }