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
This commit is contained in:
parent
ad487bf7cc
commit
6a1920915c
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue