# HG changeset patch # User Marcin Kuzminski # Date 1363794099 -3600 # Node ID f0384b9ed5b95c8f0705971bdd095facf58bd927 # Parent 7abbb77b02d0b1e2425fb3eecce7f6bc0165025e codecleaner diff -r 7abbb77b02d0 -r f0384b9ed5b9 docs/theme/nature/static/pygments.css --- a/docs/theme/nature/static/pygments.css Wed Mar 20 16:21:34 2013 +0100 +++ b/docs/theme/nature/static/pygments.css Wed Mar 20 16:41:39 2013 +0100 @@ -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 -r 7abbb77b02d0 -r f0384b9ed5b9 rhodecode/public/css/codemirror.css --- a/rhodecode/public/css/codemirror.css Wed Mar 20 16:21:34 2013 +0100 +++ b/rhodecode/public/css/codemirror.css Wed Mar 20 16:41:39 2013 +0100 @@ -171,4 +171,4 @@ visibility: hidden; } -} \ No newline at end of file +} diff -r 7abbb77b02d0 -r f0384b9ed5b9 rhodecode/public/css/contextbar.css --- a/rhodecode/public/css/contextbar.css Wed Mar 20 16:21:34 2013 +0100 +++ b/rhodecode/public/css/contextbar.css Wed Mar 20 16:41:39 2013 +0100 @@ -364,4 +364,4 @@ #revision-changer .revision { text-transform: uppercase; -} \ No newline at end of file +} diff -r 7abbb77b02d0 -r f0384b9ed5b9 rhodecode/public/css/pygments.css --- a/rhodecode/public/css/pygments.css Wed Mar 20 16:21:34 2013 +0100 +++ b/rhodecode/public/css/pygments.css Wed Mar 20 16:41:39 2013 +0100 @@ -170,4 +170,4 @@ .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 -r 7abbb77b02d0 -r f0384b9ed5b9 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Mar 20 16:21:34 2013 +0100 +++ b/rhodecode/public/css/style.css Wed Mar 20 16:41:39 2013 +0100 @@ -3390,7 +3390,7 @@ } .error_msg a { - text-decoration: underline; + text-decoration: underline; } .warning_msg { @@ -3409,7 +3409,7 @@ } .warning_msg a { - text-decoration: underline; + text-decoration: underline; } .success_msg { @@ -3427,8 +3427,8 @@ } .success_msg a { - text-decoration: underline; - color: #FFF !important; + text-decoration: underline; + color: #FFF !important; } .notice_msg { @@ -4849,4 +4849,4 @@ .lineno:target a { border: solid 2px #ee0 !important; margin: -2px; -} \ No newline at end of file +}