Changeset - 2e703c3ef0b8
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-03-06 02:03:16
marcin@python-works.com
codecleaner spaces on :
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/codemirror.css
Show inline comments
 
@@ -168,7 +168,7 @@ div.CodeMirror span.CodeMirror-nonmatchi
 

	
 
  /* Hide the cursor when printing */
 
  .CodeMirror pre.CodeMirror-cursor {
 
    visibility: hidden;
 
  }
 

	
 
}
 
}
 
\ No newline at end of file
rhodecode/public/css/pygments.css
Show inline comments
 
@@ -167,7 +167,7 @@ div.annotatediv {
 
.code-highlight .s1, .codehilite .s1 { color: #BA2121 } /* Literal.String.Single */
 
.code-highlight .ss, .codehilite .ss { color: #19177C } /* Literal.String.Symbol */
 
.code-highlight .bp, .codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */
 
.code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */
 
.code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */
 
.code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */
 
.code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
 
.code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
 
\ No newline at end of file
0 comments (0 inline, 0 general)