Changeset - f0384b9ed5b9
[Not reviewed]
beta
0 5 0
Marcin Kuzminski - 13 years ago 2013-03-20 16:41:39
marcin@python-works.com
codecleaner
5 files changed with 9 insertions and 9 deletions:
0 comments (0 inline, 0 general)
docs/theme/nature/static/pygments.css
Show inline comments
 
@@ -51,4 +51,4 @@
 
.vc { color: #ff99ff } /* Name.Variable.Class */
 
.vg { color: #ff99ff } /* Name.Variable.Global */
 
.vi { color: #ff99ff } /* Name.Variable.Instance */
 
.il { color: #009999 } /* Literal.Number.Integer.Long */
 
\ No newline at end of file
 
.il { color: #009999 } /* Literal.Number.Integer.Long */
rhodecode/public/css/codemirror.css
Show inline comments
 
@@ -171,4 +171,4 @@ div.CodeMirror span.CodeMirror-nonmatchi
 
    visibility: hidden;
 
  }
 

	
 
}
 
\ No newline at end of file
 
}
rhodecode/public/css/contextbar.css
Show inline comments
 
@@ -364,4 +364,4 @@ ul#context-actions {
 

	
 
#revision-changer .revision {
 
    text-transform: uppercase;
 
}
 
\ No newline at end of file
 
}
rhodecode/public/css/pygments.css
Show inline comments
 
@@ -170,4 +170,4 @@ div.annotatediv {
 
.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 */
 
\ No newline at end of file
 
.code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
rhodecode/public/css/style.css
Show inline comments
 
@@ -3390,7 +3390,7 @@ table.code-browser .submodule-dir {
 
}
 

	
 
.error_msg a {
 
	text-decoration: underline;
 
    text-decoration: underline;
 
}
 

	
 
.warning_msg {
 
@@ -3409,7 +3409,7 @@ table.code-browser .submodule-dir {
 
}
 

	
 
.warning_msg a {
 
	text-decoration: underline;
 
    text-decoration: underline;
 
}
 

	
 
.success_msg {
 
@@ -3427,8 +3427,8 @@ table.code-browser .submodule-dir {
 
}
 

	
 
.success_msg a {
 
	text-decoration: underline;
 
	color: #FFF !important;
 
    text-decoration: underline;
 
    color: #FFF !important;
 
}
 

	
 
.notice_msg {
 
@@ -4849,4 +4849,4 @@ div.comment:target>.comment-wrapp {
 
.lineno:target a {
 
    border: solid 2px #ee0 !important;
 
    margin: -2px;
 
}
 
\ No newline at end of file
 
}
0 comments (0 inline, 0 general)