From 7b1a263d1db75687541589f3427eac51c8598534 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sat, 29 Oct 2011 12:10:18 +0200 Subject: [PATCH] trying to fix wiki syntaxhl issue --- public/stylesheets/scm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 03ad3975..9f9b96a2 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -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; }