changeset 3551:f0384b9ed5b9 beta

codecleaner
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Mar 2013 16:41:39 +0100
parents 7abbb77b02d0
children 7967d00e4692
files docs/theme/nature/static/pygments.css rhodecode/public/css/codemirror.css rhodecode/public/css/contextbar.css rhodecode/public/css/pygments.css rhodecode/public/css/style.css
diffstat 5 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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 */
--- 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
+}
--- 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
+}
--- 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 */
--- 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
+}