##// END OF EJS Templates
codecleaner
marcink -
r3551:f0384b9e beta
parent child Browse files
Show More
@@ -51,4 +51,4 b''
51 .vc { color: #ff99ff } /* Name.Variable.Class */
51 .vc { color: #ff99ff } /* Name.Variable.Class */
52 .vg { color: #ff99ff } /* Name.Variable.Global */
52 .vg { color: #ff99ff } /* Name.Variable.Global */
53 .vi { color: #ff99ff } /* Name.Variable.Instance */
53 .vi { color: #ff99ff } /* Name.Variable.Instance */
54 .il { color: #009999 } /* Literal.Number.Integer.Long */ No newline at end of file
54 .il { color: #009999 } /* Literal.Number.Integer.Long */
@@ -171,4 +171,4 b' div.CodeMirror span.CodeMirror-nonmatchi'
171 visibility: hidden;
171 visibility: hidden;
172 }
172 }
173
173
174 } No newline at end of file
174 }
@@ -364,4 +364,4 b' ul#context-actions {'
364
364
365 #revision-changer .revision {
365 #revision-changer .revision {
366 text-transform: uppercase;
366 text-transform: uppercase;
367 } No newline at end of file
367 }
@@ -170,4 +170,4 b' div.annotatediv {'
170 .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */
170 .code-highlight .vc, .codehilite .vc { color: #19177C } /* Name.Variable.Class */
171 .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */
171 .code-highlight .vg, .codehilite .vg { color: #19177C } /* Name.Variable.Global */
172 .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */
172 .code-highlight .vi, .codehilite .vi { color: #19177C } /* Name.Variable.Instance */
173 .code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */ No newline at end of file
173 .code-highlight .il, .codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */
@@ -3390,7 +3390,7 b' table.code-browser .submodule-dir {'
3390 }
3390 }
3391
3391
3392 .error_msg a {
3392 .error_msg a {
3393 text-decoration: underline;
3393 text-decoration: underline;
3394 }
3394 }
3395
3395
3396 .warning_msg {
3396 .warning_msg {
@@ -3409,7 +3409,7 b' table.code-browser .submodule-dir {'
3409 }
3409 }
3410
3410
3411 .warning_msg a {
3411 .warning_msg a {
3412 text-decoration: underline;
3412 text-decoration: underline;
3413 }
3413 }
3414
3414
3415 .success_msg {
3415 .success_msg {
@@ -3427,8 +3427,8 b' table.code-browser .submodule-dir {'
3427 }
3427 }
3428
3428
3429 .success_msg a {
3429 .success_msg a {
3430 text-decoration: underline;
3430 text-decoration: underline;
3431 color: #FFF !important;
3431 color: #FFF !important;
3432 }
3432 }
3433
3433
3434 .notice_msg {
3434 .notice_msg {
@@ -4849,4 +4849,4 b' div.comment:target>.comment-wrapp {'
4849 .lineno:target a {
4849 .lineno:target a {
4850 border: solid 2px #ee0 !important;
4850 border: solid 2px #ee0 !important;
4851 margin: -2px;
4851 margin: -2px;
4852 } No newline at end of file
4852 }
General Comments 0
You need to be logged in to leave comments. Login now