Commit 6a192091 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Add background color to line numbers of highlighted code.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3586 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent ad487bf7
......@@ -662,7 +662,7 @@ div.wiki a.new {
div.wiki pre {
margin: 1em 1em 1em 1.6em;
padding: 2px;
padding: 2px 2px 2px 0;
background-color: #fafafa;
border: 1px solid #dadada;
width:95%;
......
......@@ -91,7 +91,7 @@ div.action_A { background: #bfb }
/************* CodeRay styles *************/
.syntaxhl .no { padding: 0px 4px }
.syntaxhl .no { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 }
.syntaxhl .code pre { overflow: auto }
.syntaxhl .debug { color:white ! important; background:blue ! important; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment