From 260a6bb1da942493bb26f80e29079384e0020a91 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sat, 29 Oct 2011 12:20:11 +0200 Subject: [PATCH] fixed 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 9f9b96a2..2b1fed44 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 .line-numbers { padding: 2px 4px 2px 4px; background-color: #eee; margin:0; margin-right: 4px } +.syntaxhl .line-numbers { padding: 2px 4px 2px 4px; background-color: #eee; margin: 0 7px 0 0; } .syntaxhl .code pre { overflow: auto } .syntaxhl .debug { color:white ! important; background:blue ! important; }