# HG changeset patch # User Marcin Kuzminski # Date 2013-03-20 15:41:39 # Node ID f0384b9ed5b95c8f0705971bdd095facf58bd927 # Parent 7abbb77b02d0b1e2425fb3eecce7f6bc0165025e codecleaner diff --git a/docs/theme/nature/static/pygments.css b/docs/theme/nature/static/pygments.css --- a/docs/theme/nature/static/pygments.css +++ b/docs/theme/nature/static/pygments.css @@ -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 */ diff --git a/rhodecode/public/css/codemirror.css b/rhodecode/public/css/codemirror.css --- a/rhodecode/public/css/codemirror.css +++ b/rhodecode/public/css/codemirror.css @@ -171,4 +171,4 @@ div.CodeMirror span.CodeMirror-nonmatchi visibility: hidden; } -} \ No newline at end of file +} diff --git a/rhodecode/public/css/contextbar.css b/rhodecode/public/css/contextbar.css --- a/rhodecode/public/css/contextbar.css +++ b/rhodecode/public/css/contextbar.css @@ -364,4 +364,4 @@ ul#context-actions { #revision-changer .revision { text-transform: uppercase; -} \ No newline at end of file +} diff --git a/rhodecode/public/css/pygments.css b/rhodecode/public/css/pygments.css --- a/rhodecode/public/css/pygments.css +++ b/rhodecode/public/css/pygments.css @@ -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 */ diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -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 +}